Refactor preprocessing atom types.
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / tomorse.h
index 9d2f510493261e4d7c5d5d2b5334350082a047af..eb204910640bcb72b15dc69185d5ba1b9d080f4d 100644 (file)
@@ -40,9 +40,9 @@
 
 #include "gromacs/utility/arrayref.h"
 
-struct gpp_atomtype;
+class PreprocessingAtomTypes;
 struct MoleculeInformation;
 
-void convert_harmonics(gmx::ArrayRef<MoleculeInformation> mols, gpp_atomtype *atype);
+void convert_harmonics(gmx::ArrayRef<MoleculeInformation> mols, PreprocessingAtomTypes *atype);
 
 #endif