[cig-commits] r14260 - long/3D/SNAC/trunk/StGermain/Base/Context/src

cstark at geodynamics.org cstark at geodynamics.org
Sun Mar 8 08:43:24 PDT 2009


Author: cstark
Date: 2009-03-08 08:43:24 -0700 (Sun, 08 Mar 2009)
New Revision: 14260

Modified:
   long/3D/SNAC/trunk/StGermain/Base/Context/src/AbstractContext.c
Log:
Cosmetic change to time step printing



Modified: long/3D/SNAC/trunk/StGermain/Base/Context/src/AbstractContext.c
===================================================================
--- long/3D/SNAC/trunk/StGermain/Base/Context/src/AbstractContext.c	2009-03-08 15:34:10 UTC (rev 14259)
+++ long/3D/SNAC/trunk/StGermain/Base/Context/src/AbstractContext.c	2009-03-08 15:43:24 UTC (rev 14260)
@@ -922,7 +922,7 @@
 	 * have just synchronised while calculating timestep anyway. */
 	MPI_Barrier( self->communicator );
 	Journal_DPrintf( self->debug, "In: %s\n", __func__ );
-	Journal_Printf( self->info, "r=%d, ts=%d/%d: t=%.6g->+%.6g\n", 
+	Journal_Printf( self->info, "r=%d, ts=%d/%d: t=%.6g->%.6g\n", 
 			self->rank, self->timeStep, self->maxTimeSteps, self->currentTime, self->currentTime+dt );
 
 	if (self->loadFromCheckPoint) {



More information about the CIG-COMMITS mailing list