[cig-commits] r12688 - short/3D/PyLith/trunk/libsrc/materials

brad at geodynamics.org brad at geodynamics.org
Wed Aug 20 14:48:27 PDT 2008


Author: brad
Date: 2008-08-20 14:48:26 -0700 (Wed, 20 Aug 2008)
New Revision: 12688

Modified:
   short/3D/PyLith/trunk/libsrc/materials/GenMaxwellIsotropic3D.cc
Log:
Fixed labeling of mu and lambda in output (swapped).

Modified: short/3D/PyLith/trunk/libsrc/materials/GenMaxwellIsotropic3D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/GenMaxwellIsotropic3D.cc	2008-08-20 19:02:39 UTC (rev 12687)
+++ short/3D/PyLith/trunk/libsrc/materials/GenMaxwellIsotropic3D.cc	2008-08-20 21:48:26 UTC (rev 12688)
@@ -46,8 +46,8 @@
       /// Physical properties.
       const Material::PropMetaData properties[] = {
 	{ "density", 1, OTHER_FIELD },
+	{ "mu", 1, OTHER_FIELD },
 	{ "lambda", 1, OTHER_FIELD },
-	{ "mu", 1, OTHER_FIELD },
 	{ "shear_ratio", numMaxwellModels, OTHER_FIELD },
 	{ "maxwell_time", numMaxwellModels, OTHER_FIELD },
 	{ "total_strain", tensorSize, OTHER_FIELD },



More information about the cig-commits mailing list