[cig-commits] r7412 - short/3D/PyLith/trunk/examples/twocells/twohex8

willic3 at geodynamics.org willic3 at geodynamics.org
Fri Jun 22 21:49:03 PDT 2007


Author: willic3
Date: 2007-06-22 21:49:03 -0700 (Fri, 22 Jun 2007)
New Revision: 7412

Modified:
   short/3D/PyLith/trunk/examples/twocells/twohex8/matprops.spatialdb
Log:
Stupid mistake with material database -- didn't properly convert to 3D.



Modified: short/3D/PyLith/trunk/examples/twocells/twohex8/matprops.spatialdb
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twohex8/matprops.spatialdb	2007-06-23 04:48:17 UTC (rev 7411)
+++ short/3D/PyLith/trunk/examples/twocells/twohex8/matprops.spatialdb	2007-06-23 04:49:03 UTC (rev 7412)
@@ -41,6 +41,6 @@
 // The values given here will give a shear modulus and Lame's constant both
 // equal to 30 GPa (Poisson's ratio = 0.25).
 // The entries are:
-// X-coord, Y-coord, density, Vs, Vp viscosity.
+// X-coord, Y-coord, Z-coord, density, Vs, Vp viscosity.
 
-0.0  0.0   2700.0  3333.333333333333  5773.502691896258  1.0e18
+0.0  0.0  0.0   2700.0  3333.333333333333  5773.502691896258  1.0e18



More information about the cig-commits mailing list