[cig-commits] r22377 - short/3D/PyLith/branches/v1.7-trunk/examples/meshing/cubit_cellsize

brad at geodynamics.org brad at geodynamics.org
Wed Jun 19 13:41:17 PDT 2013


Author: brad
Date: 2013-06-19 13:41:17 -0700 (Wed, 19 Jun 2013)
New Revision: 22377

Modified:
   short/3D/PyLith/branches/v1.7-trunk/examples/meshing/cubit_cellsize/geometry.jou
Log:
Fixed typo.

Modified: short/3D/PyLith/branches/v1.7-trunk/examples/meshing/cubit_cellsize/geometry.jou
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/meshing/cubit_cellsize/geometry.jou	2013-06-19 19:22:29 UTC (rev 22376)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/meshing/cubit_cellsize/geometry.jou	2013-06-19 20:41:17 UTC (rev 22377)
@@ -47,7 +47,7 @@
 #{idVol=Id("volume")}
 
 # Translate block so the top is at z=0
-volume {idVol} move x {domain_x} y {domain_y} z {-0.5*blockHeight}
+volume {idVol} move x 0 y 0 z {-0.5*blockHeight}
 
 # ----------------------------------------------------------------------
 # Create interface surfaces
@@ -81,3 +81,4 @@
 
 
 
+



More information about the CIG-COMMITS mailing list