[cig-commits] commit: Make the TimeStep output more in odds with VTKOutput and previous Gale releases

Mercurial hg at geodynamics.org
Wed May 26 13:56:48 PDT 2010


changeset:   792:8f1a38035e15
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Wed May 26 13:53:57 2010 -0700
files:       Base/Context/src/AbstractContext.c
description:
Make the TimeStep output more in odds with VTKOutput and previous Gale releases


diff -r 7196bd83e4d7 -r 8f1a38035e15 Base/Context/src/AbstractContext.c
--- a/Base/Context/src/AbstractContext.c	Thu Apr 01 07:00:33 2010 -0700
+++ b/Base/Context/src/AbstractContext.c	Wed May 26 13:53:57 2010 -0700
@@ -872,8 +872,8 @@ void _AbstractContext_Step( void* _conte
 
         enabled=Stream_IsEnable(self->info);
         Stream_Enable(self->info,True);
-	Journal_RPrintf( self->info, "TimeStep = %d, Start time = %.6g + %.6g prev timeStep dt\n",
-		self->timeStep, self->currentTime, dt );
+	Journal_RPrintf( self->info, "TimeStep = %d, Time = %.6g\n",
+		self->timeStep-1, self->currentTime, dt );
         Stream_Enable(self->info,enabled);
 
 	if (self->loadFromCheckPoint) {



More information about the CIG-COMMITS mailing list