Refactor t_molinfo to MoleculeInformation class
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / tomorse.h
index 778e477cbcf27b6dcc08b236ef9a7a50f26d6c7a..9d2f510493261e4d7c5d5d2b5334350082a047af 100644 (file)
 #ifndef GMX_GMXPREPROCESS_TOMORSE_H
 #define GMX_GMXPREPROCESS_TOMORSE_H
 
+#include "gromacs/utility/arrayref.h"
+
 struct gpp_atomtype;
-struct t_molinfo;
+struct MoleculeInformation;
 
-void convert_harmonics(int nrmols, t_molinfo mols[], gpp_atomtype *atype);
+void convert_harmonics(gmx::ArrayRef<MoleculeInformation> mols, gpp_atomtype *atype);
 
 #endif