Refactor t_param to InteractionType
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / toputil.h
index 2891177b176a723ba0ecd4bf6168fda3b1edf546..1c04e647045e1a496161718ad09e3e9939caeb23 100644 (file)
@@ -50,25 +50,15 @@ struct t_atoms;
 struct t_blocka;
 struct t_excls;
 struct MoleculeInformation;
-struct t_param;
+class InteractionType;
 struct InteractionTypeParameters;
 
 /* UTILITIES */
 
 int name2index(char *str, char ***typenames, int ntypes);
 
-void pr_alloc (int extra, InteractionTypeParameters *pr);
+void add_param_to_list(InteractionTypeParameters *list, const InteractionType &b);
 
-void set_p_string(t_param *p, const char *s);
-
-void cp_param(t_param *dest, const t_param *src);
-
-void add_param_to_list(InteractionTypeParameters *list, t_param *b);
-
-/* INITIATE */
-
-void init_plist(gmx::ArrayRef<InteractionTypeParameters> plist);
-void done_plist(gmx::ArrayRef<InteractionTypeParameters> plist);
 
 
 /* PRINTING */