Change gmx_moltype_t.ilist to InteractionLists
[alexxy/gromacs.git] / src / gromacs / mdlib / constraintrange.cpp
index 9e1931a8ba6c226913cf034cb3c31c1f85590b1a..7416f380e118c90b5e99bc34d88deaae3cfd6693 100644 (file)
@@ -58,7 +58,7 @@ namespace gmx
 
 //! Recursing function to help find all adjacent constraints.
 static void constr_recur(const t_blocka *at2con,
-                         const InteractionList *ilist, const t_iparams *iparams,
+                         const InteractionLists &ilist, const t_iparams *iparams,
                          gmx_bool bTopB,
                          int at, int depth, int nc, int *path,
                          real r0, real r1, real *r2max,