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

brad at geodynamics.org brad at geodynamics.org
Mon Oct 8 14:03:20 PDT 2012


Author: brad
Date: 2012-10-08 14:03:20 -0700 (Mon, 08 Oct 2012)
New Revision: 20811

Modified:
   short/3D/PyLith/branches/v1.7-trunk/pylith/problems/Explicit.py
   short/3D/PyLith/branches/v1.7-trunk/pylith/problems/ExplicitTet4.py
   short/3D/PyLith/branches/v1.7-trunk/pylith/problems/ExplicitTri3.py
Log:
Updated component names for consistency with dropping lumped from object names.

Modified: short/3D/PyLith/branches/v1.7-trunk/pylith/problems/Explicit.py
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/pylith/problems/Explicit.py	2012-10-08 13:20:18 UTC (rev 20810)
+++ short/3D/PyLith/branches/v1.7-trunk/pylith/problems/Explicit.py	2012-10-08 21:03:20 UTC (rev 20811)
@@ -78,7 +78,7 @@
 
   # PUBLIC METHODS /////////////////////////////////////////////////////
 
-  def __init__(self, name="explicitlumped"):
+  def __init__(self, name="explicit"):
     """
     Constructor.
     """

Modified: short/3D/PyLith/branches/v1.7-trunk/pylith/problems/ExplicitTet4.py
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/pylith/problems/ExplicitTet4.py	2012-10-08 13:20:18 UTC (rev 20810)
+++ short/3D/PyLith/branches/v1.7-trunk/pylith/problems/ExplicitTet4.py	2012-10-08 21:03:20 UTC (rev 20811)
@@ -48,7 +48,7 @@
 
   # PUBLIC METHODS /////////////////////////////////////////////////////
 
-  def __init__(self, name="explicitlumpedtet4"):
+  def __init__(self, name="explicittet4"):
     """
     Constructor.
     """

Modified: short/3D/PyLith/branches/v1.7-trunk/pylith/problems/ExplicitTri3.py
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/pylith/problems/ExplicitTri3.py	2012-10-08 13:20:18 UTC (rev 20810)
+++ short/3D/PyLith/branches/v1.7-trunk/pylith/problems/ExplicitTri3.py	2012-10-08 21:03:20 UTC (rev 20811)
@@ -48,7 +48,7 @@
 
   # PUBLIC METHODS /////////////////////////////////////////////////////
 
-  def __init__(self, name="explicitlumpedtri3"):
+  def __init__(self, name="explicittri3"):
     """
     Constructor.
     """



More information about the CIG-COMMITS mailing list