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

walter at geodynamics.org walter at geodynamics.org
Thu Mar 26 14:23:41 PDT 2009


Author: walter
Date: 2009-03-26 14:23:41 -0700 (Thu, 26 Mar 2009)
New Revision: 14472

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/src/Underworld/plugins/EulerDeform/EulerDeform.c
Log:
 r2609 at dante:  boo | 2009-03-26 14:23:22 -0700
 Make EulerDeform get xRightCoord and xLeftCoord from minX and maxX



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

Modified: long/3D/Gale/trunk/src/Underworld/plugins/EulerDeform/EulerDeform.c
===================================================================
--- long/3D/Gale/trunk/src/Underworld/plugins/EulerDeform/EulerDeform.c	2009-03-26 21:00:06 UTC (rev 14471)
+++ long/3D/Gale/trunk/src/Underworld/plugins/EulerDeform/EulerDeform.c	2009-03-26 21:23:41 UTC (rev 14472)
@@ -215,12 +215,12 @@
                         if(sys->staticRight && sys->wrapTop
                            && !sys->staticRightTop)
                           sys->x_right_coord =
-                            Dictionary_GetDouble( sysDict, "xRightCoord");
+                            Dictionary_GetDouble( uwCtx->dictionary, "maxX");
 
                         if(sys->staticLeft && sys->wrapTop
                            && !sys->staticLeftTop)
                           sys->x_left_coord =
-                            Dictionary_GetDouble( sysDict, "xLeftCoord");
+                            Dictionary_GetDouble( uwCtx->dictionary, "minX");
                           
 			/* Read the list of variables to interpolate. */
 			varLst = Dictionary_Entry_Value_GetMember( Dictionary_Entry_Value_GetElement( sysLst, sys_i ), "fields" );



More information about the CIG-COMMITS mailing list