[cig-commits] r5642 - in long/3D/Gale/trunk/src/Gale: . plugins/SurfaceProcess

walter at geodynamics.org walter at geodynamics.org
Fri Jan 5 11:16:03 PST 2007


Author: walter
Date: 2007-01-05 11:16:03 -0800 (Fri, 05 Jan 2007)
New Revision: 5642

Modified:
   long/3D/Gale/trunk/src/Gale/
   long/3D/Gale/trunk/src/Gale/plugins/SurfaceProcess/SurfaceProcess.c
Log:
 r93 at earth:  boo | 2007-01-05 11:15:04 -0800
  r85 at earth (orig r70):  LukeHodkinson | 2007-01-04 17:23:04 -0800
  Silly typo.
  
  
 



Property changes on: long/3D/Gale/trunk/src/Gale
___________________________________________________________________
Name: svk:merge
   - 4e4aea6e-fd02-0410-981f-80ab108a5659:/trunk:69
8f887497-cf10-0410-afc2-df8ae19c7fb0:/cig:92
   + 4e4aea6e-fd02-0410-981f-80ab108a5659:/trunk:70
8f887497-cf10-0410-afc2-df8ae19c7fb0:/cig:93

Modified: long/3D/Gale/trunk/src/Gale/plugins/SurfaceProcess/SurfaceProcess.c
===================================================================
--- long/3D/Gale/trunk/src/Gale/plugins/SurfaceProcess/SurfaceProcess.c	2007-01-05 19:16:01 UTC (rev 5641)
+++ long/3D/Gale/trunk/src/Gale/plugins/SurfaceProcess/SurfaceProcess.c	2007-01-05 19:16:03 UTC (rev 5642)
@@ -199,7 +199,7 @@
 	surfaceMin = AllocArray( double, nSurfDims );
 	surfaceMax = AllocArray( double, nSurfDims );
 	curDim = 0;
-	for( d_i = 0; d_i < nMeshDims + 1; d_i++ ) {
+	for( d_i = 0; d_i < nMeshDims; d_i++ ) {
 		if( d_i == 1 )
 			continue;
 



More information about the cig-commits mailing list