COM pulling options per coord, improved cylinder
[alexxy/gromacs.git] / src / programs / mdrun / md.cpp
index f5168fc2f0e359ae1689c92e77a93d25cd135adc..6a92f66f7d70c3438aabdfb5067f1a0290e836e5 100644 (file)
@@ -1625,7 +1625,7 @@ double do_md(FILE *fplog, t_commrec *cr, int nfile, const t_filenm fnm[],
                            step, t,
                            eprNORMAL, bCompact, mdebin, fcd, groups, &(ir->opts));
             }
-            if (ir->ePull != epullNO)
+            if (ir->bPull)
             {
                 pull_print_output(ir->pull, step, t);
             }