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

walter at geodynamics.org walter at geodynamics.org
Fri Mar 2 15:13:26 PST 2007


Author: walter
Date: 2007-03-02 15:13:26 -0800 (Fri, 02 Mar 2007)
New Revision: 6166

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/CartesianGenerator.c
Log:
 r1653 at earth:  boo | 2007-03-02 15:12:37 -0800
 Make the mesh generator default to non-regular grids



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

Modified: long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/CartesianGenerator.c
===================================================================
--- long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/CartesianGenerator.c	2007-03-02 21:56:03 UTC (rev 6165)
+++ long/3D/Gale/trunk/src/StGermain/Discretisation/Mesh/src/CartesianGenerator.c	2007-03-02 23:13:26 UTC (rev 6166)
@@ -104,7 +104,7 @@
 	Stream_SetPrintingRank( stream, 0 );
 
 	self->commTopo = NULL;
-	self->regular = True;
+	self->regular = False;
 	self->maxDecompDims = 0;
 	self->minDecomp = NULL;
 	self->maxDecomp = NULL;
@@ -258,7 +258,7 @@
 	CartesianGenerator_SetShadowDepth( self, shadowDepth );
 
 	/* Read regular flag. */
-	self->regular = Stg_ComponentFactory_GetBool( cf, self->name, "regular", True );
+	self->regular = Stg_ComponentFactory_GetBool( cf, self->name, "regular", False );
 
 	/* Read a general dictionary flag for which processor to watch. */
 	stream = Journal_Register( Info_Type, self->type );



More information about the cig-commits mailing list