[cig-commits] r16565 - long/3D/SNAC/trunk/Snac/libSnac/src

echoi at geodynamics.org echoi at geodynamics.org
Tue Apr 20 12:11:22 PDT 2010


Author: echoi
Date: 2010-04-20 12:11:22 -0700 (Tue, 20 Apr 2010)
New Revision: 16565

Modified:
   long/3D/SNAC/trunk/Snac/libSnac/src/Context.c
Log:
Commented out the lines that read restartTimestep. AbstractContext takes care of restarting well.



Modified: long/3D/SNAC/trunk/Snac/libSnac/src/Context.c
===================================================================
--- long/3D/SNAC/trunk/Snac/libSnac/src/Context.c	2010-04-20 00:46:53 UTC (rev 16564)
+++ long/3D/SNAC/trunk/Snac/libSnac/src/Context.c	2010-04-20 19:11:22 UTC (rev 16565)
@@ -338,8 +338,8 @@
 	/* Snac_Context info */
 	/* Although we set this for safely (use of it will give 0s), it shouldn't be used... the new value should be set before
 	    hand */
-	self->restartTimestep = Dictionary_Entry_Value_AsUnsignedInt(
-		Dictionary_GetDefault( self->dictionary, "restartStep", Dictionary_Entry_Value_FromUnsignedInt( 0 ) ) );
+/* 	self->restartTimestep = Dictionary_Entry_Value_AsUnsignedInt( */
+/* 		Dictionary_GetDefault( self->dictionary, "restartStep", Dictionary_Entry_Value_FromUnsignedInt( 0 ) ) ); */
 
 	tmpStr = Dictionary_Entry_Value_AsString( Dictionary_Get( self->dictionary, "dtType" ) );
 	if( !strcmp( tmpStr, Snac_DtType_Constant ) ) {



More information about the CIG-COMMITS mailing list