Merge release-4-5-patches into release-4-6
[alexxy/gromacs.git] / src / kernel / md_openmm.c
index a4c2f2ee54b15dd1fa2bcb2fcca17cb8e6a2f095..ab92ce101568f2530d475ce4bb18ea68645d23d0 100644 (file)
@@ -300,7 +300,6 @@ double do_md_openmm(FILE *fplog,t_commrec *cr,int nfile,const t_filenm fnm[],
     if (MASTER(cr))
     {
         char tbuf[20];
-        fprintf(fplog,"Initial temperature: %g K\n",enerd->term[F_TEMP]);
         fprintf(stderr,"starting mdrun '%s'\n",
                 *(top_global->name));
         if (ir->nsteps >= 0)
@@ -540,7 +539,7 @@ double do_md_openmm(FILE *fplog,t_commrec *cr,int nfile,const t_filenm fnm[],
         {
             if (fflush(fplog) != 0)
             {
-                gmx_fatal(FARGS,"Cannot flush logfile - maybe you are out of quota?");
+                gmx_fatal(FARGS,"Cannot flush logfile - maybe you are out of disk space?");
             }
         }