Merge "Added warning line." into release-4-5-patches
authorRossen Apostolov <rossen@kth.se>
Tue, 13 Sep 2011 20:44:17 +0000 (22:44 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Tue, 13 Sep 2011 20:44:17 +0000 (22:44 +0200)
src/tools/gmx_energy.c

index 3d0edaa5f71d639d5f0d808fed0ccdbfc4954228..0d60010f538713341fcddf73791e5f5f6ecbe453 100644 (file)
@@ -962,6 +962,7 @@ static void calc_fluctuation_props(FILE *fp,
         fprintf(fp,"\nHeat capacities obtained from fluctuations do *not* include\n");
         fprintf(fp,"quantum corrections. If you want to get a more accurate estimate\n");
         fprintf(fp,"please use the g_dos program.\n\n");
+        fprintf(fp,"WARNING: Please verify that your simulations are converged and perform a block-averaging error analysis (not implemented in g_energy yet)\n");
 
         if (debug != NULL)
         {