Refactor t_params to InteractionTypeParameters
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / topshake.h
index 6573aed28c2563eae3495566efe75357eed565a2..f9163f50db88f744c7d0f29ae957dc7d256d4479 100644 (file)
 #ifndef GMX_GMXPREPROCESS_TOPSHAKE_H
 #define GMX_GMXPREPROCESS_TOPSHAKE_H
 
+#include "gromacs/utility/arrayref.h"
+
 struct t_atoms;
-struct t_params;
+struct InteractionTypeParameters;
 
-void make_shake (t_params plist[], t_atoms *atoms, int nshake);
+void make_shake (gmx::ArrayRef<InteractionTypeParameters> plist, t_atoms *atoms, int nshake);
 
 #endif