Merge release-4-6 into master
[alexxy/gromacs.git] / src / programs / mdrun / repl_ex.c
index fbde22b6e9ac4819f6cd88d392362d13539692ad..a188b8f8ee65fb206936b68e86d2d42e7244b171 100644 (file)
@@ -160,17 +160,17 @@ gmx_repl_ex_t init_replica_exchange(FILE *fplog,
 
     fprintf(fplog,"Repl  There are %d replicas:\n",re->nrepl);
 
-    check_multi_int(fplog,ms,state->natoms,"the number of atoms");
-    check_multi_int(fplog,ms,ir->eI,"the integrator");
-    check_multi_large_int(fplog,ms,ir->init_step+ir->nsteps,"init_step+nsteps");
+    check_multi_int(fplog,ms,state->natoms,"the number of atoms",FALSE);
+    check_multi_int(fplog,ms,ir->eI,"the integrator",FALSE);
+    check_multi_large_int(fplog,ms,ir->init_step+ir->nsteps,"init_step+nsteps",FALSE);
     check_multi_large_int(fplog,ms,(ir->init_step+nst-1)/nst,
-                          "first exchange step: init_step/-replex");
-    check_multi_int(fplog,ms,ir->etc,"the temperature coupling");
+                          "first exchange step: init_step/-replex",FALSE);
+    check_multi_int(fplog,ms,ir->etc,"the temperature coupling",FALSE);
     check_multi_int(fplog,ms,ir->opts.ngtc,
-                    "the number of temperature coupling groups");
-    check_multi_int(fplog,ms,ir->epc,"the pressure coupling");
-    check_multi_int(fplog,ms,ir->efep,"free energy");
-    check_multi_int(fplog,ms,ir->fepvals->n_lambda,"number of lambda states");
+                    "the number of temperature coupling groups",FALSE);
+    check_multi_int(fplog,ms,ir->epc,"the pressure coupling",FALSE);
+    check_multi_int(fplog,ms,ir->efep,"free energy",FALSE);
+    check_multi_int(fplog,ms,ir->fepvals->n_lambda,"number of lambda states",FALSE);
 
     re->temp = ir->opts.ref_t[0];
     for(i=1; (i<ir->opts.ngtc); i++)