Refactor t_params to InteractionTypeParameters
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / nm2type.h
index d9973d57eede4253c2739ca0ad4349f5cae35fae..5d6fa3d0b4d2c733a797915a6ecf1c8783a77c90 100644 (file)
@@ -41,7 +41,7 @@
 
 struct gpp_atomtype;
 struct t_atoms;
-struct t_params;
+struct InteractionTypeParameters;
 struct t_symtab;
 
 struct t_nm2type
@@ -62,7 +62,7 @@ void dump_nm2type(FILE *fp, int nnm, t_nm2type nm2t[]);
 /* Dump the database for debugging. Can be reread by the program */
 
 int nm2type(int nnm, t_nm2type nm2t[], t_symtab *tab, t_atoms *atoms,
-            gpp_atomtype *atype, int *nbonds, t_params *bond);
+            gpp_atomtype *atype, int *nbonds, InteractionTypeParameters *bond);
 /* Try to determine the atomtype (force field dependent) for the atoms
  * with help of the bond list
  */