Refactor t_pindex
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / gen_ad.h
index f4b2456141c9459b4939bdbf097f079abc576578..d6833ff97e67236e5ee5d8be29cad7f4af1b3d05 100644 (file)
@@ -44,7 +44,7 @@ struct t_atoms;
 struct t_excls;
 struct MoleculePatchDatabase;
 struct t_nextnb;
-struct InteractionTypeParameters;
+struct InteractionsOfType;
 struct PreprocessResidue;
 
 void generate_excls(t_nextnb *nnb, int nrexcl, t_excls excls[]);
@@ -53,7 +53,7 @@ void clean_excls(t_nextnb *nnb, int nrexcl, t_excls excls[]);
 void gen_pad(t_nextnb                                       *nnb,
              t_atoms                                        *atoms,
              gmx::ArrayRef<const PreprocessResidue>          rtpFFDB,
-             gmx::ArrayRef<InteractionTypeParameters>        plist,
+             gmx::ArrayRef<InteractionsOfType>               plist,
              t_excls                                         excls[],
              gmx::ArrayRef<MoleculePatchDatabase>            globalPatches,
              bool                                            bAllowMissing);