Bulk change to const ref for mtop
[alexxy/gromacs.git] / src / gromacs / pulling / pull_rotation.h
index 56cb1907556045954555aafd1f041b4123c0992b..de5f1388a06590ab7fcfa205c01c57cc72320350 100644 (file)
@@ -119,7 +119,7 @@ std::unique_ptr<gmx::EnforcedRotation> init_rot(FILE*                     fplog,
                                                 const t_commrec*          cr,
                                                 gmx::LocalAtomSetManager* atomSets,
                                                 const t_state*            globalState,
-                                                gmx_mtop_t*               mtop,
+                                                const gmx_mtop_t&         mtop,
                                                 const gmx_output_env_t*   oenv,
                                                 const gmx::MdrunOptions&  mdrunOptions,
                                                 gmx::StartingBehavior     startingBehavior);