[cig-commits] r20226 - short/3D/PyLith/branches/v1.7-trunk/pylith/problems

brad at geodynamics.org brad at geodynamics.org
Wed May 30 09:44:46 PDT 2012


Author: brad
Date: 2012-05-30 09:44:45 -0700 (Wed, 30 May 2012)
New Revision: 20226

Modified:
   short/3D/PyLith/branches/v1.7-trunk/pylith/problems/GreensFns.py
Log:
Fixed typo.

Modified: short/3D/PyLith/branches/v1.7-trunk/pylith/problems/GreensFns.py
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/pylith/problems/GreensFns.py	2012-05-30 15:44:51 UTC (rev 20225)
+++ short/3D/PyLith/branches/v1.7-trunk/pylith/problems/GreensFns.py	2012-05-30 16:44:45 UTC (rev 20226)
@@ -149,7 +149,7 @@
 
     # Limit material behavior to linear regime
     for material in self.materials.components():
-      material.useLinearBehavior(True)
+      material.useElasticBehavior(True)
 
     nimpulses = self.source.numImpulses()*self.source.numComponents()
     ipulse = 0;



More information about the CIG-COMMITS mailing list