Merge branch release-2016
[alexxy/gromacs.git] / src / gromacs / selection / compiler.cpp
index a5f9239677051c28425d2705f7cc301287a68311..a35ac378a01d52dfc82ff246087b6ac29bf9b53e 100644 (file)
@@ -1829,7 +1829,7 @@ store_param_val(const SelectionTreeElementPointer &sel)
  * is prevented by using \ref SEL_METHODINIT and \ref SEL_OUTINIT flags.
  */
 static void
-init_method(const SelectionTreeElementPointer &sel, t_topology *top, int isize)
+init_method(const SelectionTreeElementPointer &sel, const gmx_mtop_t *top, int isize)
 {
     /* Find out whether there are any atom-valued parameters */
     bool bAtomVal                     = false;