clang-tidy: readability-non-const-parameter (2/2)
[alexxy/gromacs.git] / src / gromacs / mdlib / settle.h
index 3c7e36afd0d4a807a66d62b60e619bdb5530f135..7c7473d4b561e03db71eb795e1b882c4cb7a8bfd 100644 (file)
@@ -91,7 +91,7 @@ void csettle(settledata         *settled,          /* The SETTLE structure */
  * of coordinates working on settle type constraint.
  */
 void settle_proj(settledata *settled, ConstraintVariable econq,
-                 int nsettle, t_iatom iatoms[],
+                 int nsettle, const t_iatom iatoms[],
                  const t_pbc *pbc,   /* PBC data pointer, can be NULL  */
                  const rvec x[],
                  rvec *der, rvec *derp,