[cig-commits] r5726 - in long/3D/Gale/trunk: . src/StGermain/Discretisation/Mesh/src

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


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

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/MeshGenerator.c
Log:
 r1287 at earth:  boo | 2006-12-22 15:28:59 -0800
 Set number of dimensions with 'dim', not 'dims'



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

Modified: long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/MeshGenerator.c
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/MeshGenerator.c	2007-01-09 18:35:50 UTC (rev 5725)
+++ long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/MeshGenerator.c	2007-01-09 18:35:53 UTC (rev 5726)
@@ -146,7 +146,7 @@
 	}
 
 	/* Read dimensions and state. */
-	nDims = Stg_ComponentFactory_GetUnsignedInt( cf, self->name, "dims", 2 );
+	nDims = Stg_ComponentFactory_GetUnsignedInt( cf, self->name, "dim", 2 );
 	MeshGenerator_SetDimSize( self, nDims );
 	enabledDimsList = Dictionary_Get( dict, "enabledDims" );
 	enabledIncList = Dictionary_Get( dict, "enabledIncidence" );



More information about the cig-commits mailing list