clang-tidy: readability-non-const-parameter (2/2)
[alexxy/gromacs.git] / src / gromacs / gmxlib / conformation-utilities.cpp
index d5fe1e0ad187bf1850a950c71913fb8ea677b6e4..5f93fd7573172eda4259af3bc819fc2cd5c9ec8d 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2012,2014,2015, by the GROMACS development team, led by
+ * Copyright (c) 2012,2014,2015,2018, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -85,7 +85,7 @@ void rotate_conf(int natom, rvec *x, rvec *v, real alfa, real beta, real gamma)
 }
 
 /* Make a new box around a configuration*/
-void make_new_box(int natoms, rvec *x, matrix box, rvec box_space,
+void make_new_box(int natoms, rvec *x, matrix box, const rvec box_space,
                   gmx_bool bCenter)
 {
     int  i, m;