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

brad at geodynamics.org brad at geodynamics.org
Tue Aug 19 15:51:24 PDT 2008


Author: brad
Date: 2008-08-19 15:51:24 -0700 (Tue, 19 Aug 2008)
New Revision: 12683

Modified:
   short/3D/PyLith/trunk/libsrc/materials/MaxwellIsotropic3D.cc
Log:
Fixed bug in labeling of parameter section (affected info output).

Modified: short/3D/PyLith/trunk/libsrc/materials/MaxwellIsotropic3D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/MaxwellIsotropic3D.cc	2008-08-19 20:31:38 UTC (rev 12682)
+++ short/3D/PyLith/trunk/libsrc/materials/MaxwellIsotropic3D.cc	2008-08-19 22:51:24 UTC (rev 12683)
@@ -42,8 +42,8 @@
       /// Physical properties.
       const Material::PropMetaData properties[] = {
 	{ "density", 1, OTHER_FIELD },
+	{ "mu", 1, OTHER_FIELD },
 	{ "lambda", 1, OTHER_FIELD },
-	{ "mu", 1, OTHER_FIELD },
 	{ "maxwell_time", 1, OTHER_FIELD },
 	{ "total_strain", 6, OTHER_FIELD },
 	{ "viscous_strain", 6, OTHER_FIELD },



More information about the cig-commits mailing list