Bulk change to const ref for mtop
[alexxy/gromacs.git] / src / gromacs / mdrun / shellfc.h
index 61bf701ff5f378c8278e5e0af5951b8f64572a3e..76722cd33f85b086b6ee0827fa3604af4e5dc6b8 100644 (file)
@@ -85,7 +85,7 @@ class VirtualSitesHandler;
  * \returns a pointer to an initialized \c shellfc object.
  */
 gmx_shellfc_t* init_shell_flexcon(FILE*             fplog,
-                                  const gmx_mtop_t* mtop,
+                                  const gmx_mtop_t& mtop,
                                   int               nflexcon,
                                   int               nstcalcenergy,
                                   bool              usingDomainDecomposition,