[cig-commits] r5150 - in long/3D/Gale/trunk/src/StgFEM: . SLE/SystemSetup/src

walter at geodynamics.org walter at geodynamics.org
Tue Oct 31 13:31:50 PST 2006


Author: walter
Date: 2006-10-31 13:31:48 -0800 (Tue, 31 Oct 2006)
New Revision: 5150

Modified:
   long/3D/Gale/trunk/src/StgFEM/
   long/3D/Gale/trunk/src/StgFEM/SLE/SystemSetup/src/Context.c
Log:
 r855 at earth:  boo | 2006-10-31 13:30:38 -0800
  r845 at earth (orig r661):  KathleenHumble | 2006-10-25 22:54:32 -0700
  removing typo in print statement that was causing warnings
  
 



Property changes on: long/3D/Gale/trunk/src/StgFEM
___________________________________________________________________
Name: svk:merge
   - 38867592-cf10-0410-9e16-a142ea72ac34:/cig:854
db209038-57f2-0310-97fa-b160e0ae9d04:/trunk:660
   + 38867592-cf10-0410-9e16-a142ea72ac34:/cig:855
db209038-57f2-0310-97fa-b160e0ae9d04:/trunk:661

Modified: long/3D/Gale/trunk/src/StgFEM/SLE/SystemSetup/src/Context.c
===================================================================
--- long/3D/Gale/trunk/src/StgFEM/SLE/SystemSetup/src/Context.c	2006-10-31 21:31:45 UTC (rev 5149)
+++ long/3D/Gale/trunk/src/StgFEM/SLE/SystemSetup/src/Context.c	2006-10-31 21:31:48 UTC (rev 5150)
@@ -437,7 +437,7 @@
 			Journal_Printf( 
 				self->info, 
 				"In %s(): dt calculated was %g (time), but prev timestep's dt\n"
-				"was %g (time) and max allowed increase percentage is %.2f\%, thus limiting current\n"
+				"was %g (time) and max allowed increase percentage is %.2f\n, thus limiting current\n"
 				"dt to %g (time).\n", 
 				__func__, 
 				self->dt, 
@@ -522,4 +522,3 @@
 	Swarm_Register_SaveAllRegisteredSwarms( 
 		Swarm_Register_GetSwarm_Register(), context );
 }
-



More information about the cig-commits mailing list