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

walter at geodynamics.org walter at geodynamics.org
Tue Jan 9 10:35:33 PST 2007


Author: walter
Date: 2007-01-09 10:35:32 -0800 (Tue, 09 Jan 2007)
New Revision: 5724

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/src/StgFEM/SLE/LinearAlgebra/src/Init.c
Log:
 r1285 at earth:  boo | 2006-12-22 15:24:27 -0800
 Make output more quiet



Property changes on: long/3D/Gale/trunk
___________________________________________________________________
Name: svk:merge
   - 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:1284
   + 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:1285

Modified: long/3D/Gale/trunk/src/StgFEM/SLE/LinearAlgebra/src/Init.c
===================================================================
--- long/3D/Gale/trunk/src/StgFEM/SLE/LinearAlgebra/src/Init.c	2007-01-09 18:35:29 UTC (rev 5723)
+++ long/3D/Gale/trunk/src/StgFEM/SLE/LinearAlgebra/src/Init.c	2007-01-09 18:35:32 UTC (rev 5724)
@@ -43,8 +43,8 @@
 	Journal_Printf( Journal_Register( DebugStream_Type, "Context" ), "In: %s\n", __func__ ); /* DO NOT CHANGE OR REMOVE */
 	tmp = Stream_GetPrintingRank( Journal_Register( InfoStream_Type, "Context" ) );
 	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), 0 );
-	Journal_Printf( /* DO NOT CHANGE OR REMOVE */
-		Journal_Register( InfoStream_Type, "Context" ), 
+	Journal_PrintfL( /* DO NOT CHANGE OR REMOVE */
+                       Journal_Register( InfoStream_Type, "Context" ), 2,
 		"StGermain PETSc-LinearAlgebra Interface revision %s. Copyright (C) 2003-2005 VPAC.\n", VERSION );
 	Stream_Flush( Journal_Register( InfoStream_Type, "Context" ) );
 	Stream_SetPrintingRank( Journal_Register( InfoStream_Type, "Context" ), tmp );



More information about the cig-commits mailing list