Refactor t_params to InteractionTypeParameters
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / gpp_atomtype.cpp
index 3fe7003ccd3575b4749e33ca0235d7ec6d706c18..c43d6bf0f9cd476b26bfc2679a571f60c8ca2b4e 100644 (file)
@@ -326,7 +326,7 @@ static int search_atomtypes(gpp_atomtype *ga, int *n, int typelist[],
     return i;
 }
 
-void renum_atype(t_params plist[], gmx_mtop_t *mtop,
+void renum_atype(gmx::ArrayRef<InteractionTypeParameters> plist, gmx_mtop_t *mtop,
                  int *wall_atomtype,
                  gpp_atomtype *ga, bool bVerbose)
 {