Refactor t_params to InteractionTypeParameters
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / gen_vsite.h
index 66246efa8c6a73d780403de28567b1dce8649040..a5d89a1f11d264f2de5fb51cf5d6a8d48422772e 100644 (file)
@@ -44,7 +44,7 @@
 
 struct gpp_atomtype;
 struct t_atoms;
-struct t_params;
+struct InteractionTypeParameters;
 struct PreprocessResidue;
 struct t_symtab;
 
@@ -52,11 +52,11 @@ struct t_symtab;
 
 void do_vsites(gmx::ArrayRef<const PreprocessResidue> rtpFFDB, gpp_atomtype *atype,
                t_atoms *at, t_symtab *symtab, std::vector<gmx::RVec> *x,
-               t_params plist[], int *dummy_type[], int *cgnr[],
+               gmx::ArrayRef<InteractionTypeParameters> plist, int *dummy_type[], int *cgnr[],
                real mHmult, bool bVSiteAromatics,
                const char *ffdir);
 
-void do_h_mass(t_params *psb, int vsite_type[], t_atoms *at, real mHmult,
+void do_h_mass(InteractionTypeParameters *psb, int vsite_type[], t_atoms *at, real mHmult,
                bool bDeuterate);
 
 #endif