Print in higher precision repl_ex timestep.
[alexxy/gromacs.git] / src / kernel / repl_ex.c
index 3bbb3f94ef4b0304e48cc62c7960ac130487625a..1636b38f18a152e5348c710bd3dc8897afb419e3 100644 (file)
@@ -904,7 +904,7 @@ test_for_replica_exchange(FILE                 *fplog,
     gmx_bool  bVol     = FALSE;
 
     bMultiEx = (re->nex > 1);  /* multiple exchanges at each state */
-    fprintf(fplog, "Replica exchange at step " gmx_large_int_pfmt " time %g\n", step, time);
+    fprintf(fplog, "Replica exchange at step " gmx_large_int_pfmt " time %.15e\n", step, time);
 
     if (re->bNPT)
     {