[cig-commits] r5666 - in long/3D/Gale/trunk/src/StGermain: . Discretisation/Geometry/tests

walter at geodynamics.org walter at geodynamics.org
Fri Jan 5 11:36:23 PST 2007


Author: walter
Date: 2007-01-05 11:36:23 -0800 (Fri, 05 Jan 2007)
New Revision: 5666

Modified:
   long/3D/Gale/trunk/src/StGermain/
   long/3D/Gale/trunk/src/StGermain/Discretisation/Geometry/tests/testComplexVectorMath.c
Log:
 r3237 at earth (orig r3933):  LukeHodkinson | 2007-01-03 16:12:13 -0800
 All variable declarations local to a block are
 supposed to come before any other expressions.
 
 



Property changes on: long/3D/Gale/trunk/src/StGermain
___________________________________________________________________
Name: svk:merge
   - 1ef209d2-b310-0410-a72d-e20c9eb0015c:/cig:3196
afb6c753-b9d0-0310-b4e7-dbd8d91cdd35:/branches/decomp3d/StGermain:3928
afb6c753-b9d0-0310-b4e7-dbd8d91cdd35:/trunk/StGermain:3899
   + 1ef209d2-b310-0410-a72d-e20c9eb0015c:/cig:3196
afb6c753-b9d0-0310-b4e7-dbd8d91cdd35:/branches/decomp3d/StGermain:3933
afb6c753-b9d0-0310-b4e7-dbd8d91cdd35:/trunk/StGermain:3899

Modified: long/3D/Gale/trunk/src/StGermain/Discretisation/Geometry/tests/testComplexVectorMath.c
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Discretisation/Geometry/tests/testComplexVectorMath.c	2007-01-05 19:36:19 UTC (rev 5665)
+++ long/3D/Gale/trunk/src/StGermain/Discretisation/Geometry/tests/testComplexVectorMath.c	2007-01-05 19:36:23 UTC (rev 5666)
@@ -43,6 +43,7 @@
 	int rank;
 	int numProcessors;
 	int procToWatch;
+	Stream* stream = Journal_Register( Info_Type, "ComplexVectorMath" );
 	
 	/* Initialise MPI, get world info */
 	MPI_Init( &argc, &argv );
@@ -55,8 +56,6 @@
 	DiscretisationGeometry_Init( &argc, &argv );
 	MPI_Barrier( CommWorld ); /* Ensures copyright info always come first in output */
 	
-	Stream* stream = Journal_Register( Info_Type, "ComplexVectorMath" );
-	
 	if( argc >= 2 ) {
 		procToWatch = atoi( argv[1] );
 	}



More information about the cig-commits mailing list