Convert gmx_mtop_t to C++
[alexxy/gromacs.git] / src / gromacs / mdlib / shellfc.h
index b0b95cd9e12b2da24bb79a7a71918ba75f7ea1c4..b15c3e17a861e31fd520c5b6005dc51e1770a8b3 100644 (file)
@@ -59,7 +59,7 @@ class t_state;
 /* Initialization function, also predicts the initial shell postions.
  */
 gmx_shellfc_t *init_shell_flexcon(FILE *fplog,
-                                  gmx_mtop_t *mtop, int nflexcon,
+                                  const gmx_mtop_t *mtop, int nflexcon,
                                   int nstcalcenergy,
                                   bool usingDomainDecomposition);