[cig-commits] r15422 - short/3D/PyLith/trunk/pylith/bc

brad at geodynamics.org brad at geodynamics.org
Thu Jul 2 18:29:30 PDT 2009


Author: brad
Date: 2009-07-02 18:29:30 -0700 (Thu, 02 Jul 2009)
New Revision: 15422

Modified:
   short/3D/PyLith/trunk/pylith/bc/ZeroDispDB.py
Log:
Fixed name of facility.

Modified: short/3D/PyLith/trunk/pylith/bc/ZeroDispDB.py
===================================================================
--- short/3D/PyLith/trunk/pylith/bc/ZeroDispDB.py	2009-07-02 18:41:00 UTC (rev 15421)
+++ short/3D/PyLith/trunk/pylith/bc/ZeroDispDB.py	2009-07-03 01:29:30 UTC (rev 15422)
@@ -53,7 +53,7 @@
 
   # PUBLIC METHODS /////////////////////////////////////////////////////
 
-  def __init__(self, name="fixeddofdb"):
+  def __init__(self, name="zerodispdb"):
     """
     Constructor.
     """



More information about the CIG-COMMITS mailing list