Made repl_ex time step more readable
[alexxy/gromacs.git] / src / kernel / repl_ex.c
index 1636b38f18a152e5348c710bd3dc8897afb419e3..2694618987738351d9eb38691bc14de26a83ae56 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 %.15e\n", step, time);
+    fprintf(fplog, "Replica exchange at step " gmx_large_int_pfmt " time %.5f\n", step, time);
 
     if (re->bNPT)
     {