Implemented changes to preprocessor to work with MiMiC QM/MM
[alexxy/gromacs.git] / src / gromacs / topology / topology.h
index e4bfcf16960260d3dce9e11e8d332095c140b5cd..3b2f1a8c5218d43d81e995cd853199db825ca8e8 100644 (file)
@@ -227,4 +227,6 @@ void cmp_groups(FILE *fp, const gmx_groups_t *g0, const gmx_groups_t *g1,
 //! Deleter for gmx_localtop_t, needed until it has a proper destructor.
 using ExpandedTopologyPtr = gmx::unique_cptr<gmx_localtop_t, done_and_sfree_localtop>;
 
+void copy_moltype(const gmx_moltype_t *src, gmx_moltype_t *dst);
+
 #endif