[cig-commits] r5816 - in long/3D/Gale/trunk/src/Underworld: . Rheology/tests/testDirectorPerMaterial Rheology/tests/testDirectorRandomness

walter at geodynamics.org walter at geodynamics.org
Wed Jan 17 16:12:19 PST 2007


Author: walter
Date: 2007-01-17 16:12:19 -0800 (Wed, 17 Jan 2007)
New Revision: 5816

Modified:
   long/3D/Gale/trunk/src/Underworld/
   long/3D/Gale/trunk/src/Underworld/Rheology/tests/testDirectorPerMaterial/testDirectorPerMaterial.c
   long/3D/Gale/trunk/src/Underworld/Rheology/tests/testDirectorRandomness/testDirectorRandomness.c
Log:
 r823 at earth (orig r413):  WalterLandry | 2007-01-16 11:17:18 -0800
 Fix C++ style comments



Property changes on: long/3D/Gale/trunk/src/Underworld
___________________________________________________________________
Name: svk:merge
   - 9570c393-cf10-0410-b476-9a651db1e55a:/cig:775
c24a034b-ab11-0410-afe6-cfe714e2959e:/branches/decomp3d:412
c24a034b-ab11-0410-afe6-cfe714e2959e:/trunk:396
   + 9570c393-cf10-0410-b476-9a651db1e55a:/cig:775
c24a034b-ab11-0410-afe6-cfe714e2959e:/branches/decomp3d:413
c24a034b-ab11-0410-afe6-cfe714e2959e:/trunk:396

Modified: long/3D/Gale/trunk/src/Underworld/Rheology/tests/testDirectorPerMaterial/testDirectorPerMaterial.c
===================================================================
--- long/3D/Gale/trunk/src/Underworld/Rheology/tests/testDirectorPerMaterial/testDirectorPerMaterial.c	2007-01-18 00:11:28 UTC (rev 5815)
+++ long/3D/Gale/trunk/src/Underworld/Rheology/tests/testDirectorPerMaterial/testDirectorPerMaterial.c	2007-01-18 00:12:19 UTC (rev 5816)
@@ -34,10 +34,10 @@
 	director = alignment->director;
 	materialsCount = Materials_Register_GetCount( materials_Register);
 	
-	// construct test for testDirectorPerMaterial.xml 
-	//assume a direction for each material and check that
-	//each particle has the same direction for it's material type.
-	//and that it's equal to the default value for each material.
+	/*  construct test for testDirectorPerMaterial.xml  */
+	/* assume a direction for each material and check that */
+	/* each particle has the same direction for it's material type. */
+	/* and that it's equal to the default value for each material. */
 	/* get materials and their initial directions */
 	
 	/* check that there are at least 3 materials */
@@ -61,7 +61,7 @@
 	matDirectionVectors[2][DIR_Y_AXIS] = 1.0;
 	matDirectionVectors[2][DIR_Z_AXIS] = 0.0;
 	
-	//set error counters
+	/* set error counters */
 	for (material_I=0; material_I < DIR_TEST_NUM_MAT; material_I++) {
 		materialErrorCounts[material_I] = 0;
 		accumulatedErrors[material_I] = 0;

Modified: long/3D/Gale/trunk/src/Underworld/Rheology/tests/testDirectorRandomness/testDirectorRandomness.c
===================================================================
--- long/3D/Gale/trunk/src/Underworld/Rheology/tests/testDirectorRandomness/testDirectorRandomness.c	2007-01-18 00:11:28 UTC (rev 5815)
+++ long/3D/Gale/trunk/src/Underworld/Rheology/tests/testDirectorRandomness/testDirectorRandomness.c	2007-01-18 00:12:19 UTC (rev 5816)
@@ -80,7 +80,7 @@
 	}
 	/* Calculate standard deviation */
 	circleAngleStdDev = sqrt(circleAngleSum / (36-1));
-	//Journal_Printf( stream, "Standard Deviation = %.2f\n", circleAngleStdDev);
+	/* Journal_Printf( stream, "Standard Deviation = %.2f\n", circleAngleStdDev); */
 	
 	
 	



More information about the cig-commits mailing list