Refactor t_params to InteractionTypeParameters
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / convparm.h
index 2b61d6fcfd152844a0196df5679f36c0b4992c53..bcc82b83c532471c400a39810995cb62dd59a741 100644 (file)
 
 struct gmx_mtop_t;
 struct MoleculeInformation;
-struct t_params;
+struct InteractionTypeParameters;
 
-void convert_params(int atnr, t_params nbtypes[],
-                    gmx::ArrayRef<const MoleculeInformation> mi,
-                    const MoleculeInformation *intermolecular_interactions,
-                    int comb, double reppow, real fudgeQQ,
-                    gmx_mtop_t *mtop);
+void convertInteractionTypeParameters(int atnr, gmx::ArrayRef<const InteractionTypeParameters> nbtypes,
+                                      gmx::ArrayRef<const MoleculeInformation> mi,
+                                      const MoleculeInformation *intermolecular_interactions,
+                                      int comb, double reppow, real fudgeQQ,
+                                      gmx_mtop_t *mtop);
 
 #endif