[cig-commits] r7479 - in long/3D/Gale/trunk: . src/Underworld/plugins/EulerDeform

walter at geodynamics.org walter at geodynamics.org
Mon Jun 25 09:58:30 PDT 2007


Author: walter
Date: 2007-06-25 09:58:30 -0700 (Mon, 25 Jun 2007)
New Revision: 7479

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/src/Underworld/plugins/EulerDeform/EulerDeform.c
Log:
 r1856 at earth:  boo | 2007-06-25 09:55:02 -0700
 When making the side static, make the top corner static as well if we are wrapping the top



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

Modified: long/3D/Gale/trunk/src/Underworld/plugins/EulerDeform/EulerDeform.c
===================================================================
--- long/3D/Gale/trunk/src/Underworld/plugins/EulerDeform/EulerDeform.c	2007-06-25 16:32:23 UTC (rev 7478)
+++ long/3D/Gale/trunk/src/Underworld/plugins/EulerDeform/EulerDeform.c	2007-06-25 16:58:30 UTC (rev 7479)
@@ -300,7 +300,9 @@
     if(ijk[1]==grid->sizes[1]-1)
       if(sys->staticTop)
         add=True;
-      else
+    /* If wrapping the top, that does not imply fixing the corner, but
+       it does not preclude it either. */
+      else if(!sys->wrapTop)
         continue;
 
     if(sys->mesh->topo->nDims == 3)



More information about the cig-commits mailing list