[cig-commits] r18659 - short/3D/PyLith/branches/v1.6-stable/examples/2d/subduction

brad at geodynamics.org brad at geodynamics.org
Thu Jun 23 11:31:24 PDT 2011


Author: brad
Date: 2011-06-23 11:31:24 -0700 (Thu, 23 Jun 2011)
New Revision: 18659

Modified:
   short/3D/PyLith/branches/v1.6-stable/examples/2d/subduction/geometry.jou
Log:
Updated subduction zone geometry journal file to use variables for entity ids.

Modified: short/3D/PyLith/branches/v1.6-stable/examples/2d/subduction/geometry.jou
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/2d/subduction/geometry.jou	2011-06-23 18:30:08 UTC (rev 18658)
+++ short/3D/PyLith/branches/v1.6-stable/examples/2d/subduction/geometry.jou	2011-06-23 18:31:24 UTC (rev 18659)
@@ -57,7 +57,9 @@
 # Topography/bathymetry (points from Google Earth)
 #
 # Save ids of important points in APREPRO variables as they are created
-# for use in other commands
+# for use in other commands. We save the entity id in a variable rather
+# than name the vertex because this allows us to still use "idA to idB"
+# to select multiple vertices.
 #
 create vertex x { -600.0*km} y {-2000.0*m}
 #{idPtTopoW=Id("vertex")}



More information about the CIG-COMMITS mailing list