[cig-commits] r15534 - short/3D/PyLith/trunk/pylith/problems

brad at geodynamics.org brad at geodynamics.org
Tue Aug 11 16:02:00 PDT 2009


Author: brad
Date: 2009-08-11 16:02:00 -0700 (Tue, 11 Aug 2009)
New Revision: 15534

Modified:
   short/3D/PyLith/trunk/pylith/problems/Formulation.py
Log:
Fixed typo in facility name.

Modified: short/3D/PyLith/trunk/pylith/problems/Formulation.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/Formulation.py	2009-08-11 21:56:53 UTC (rev 15533)
+++ short/3D/PyLith/trunk/pylith/problems/Formulation.py	2009-08-11 23:02:00 UTC (rev 15534)
@@ -114,7 +114,7 @@
     """
     Constructor.
     """
-    PetscComponent.__init__(self, name, facility="pde_formulation")
+    PetscComponent.__init__(self, name, facility="formulation")
     ModuleFormulation.__init__(self)
     self.integratorsMesh = None
     self.integratorsSubMesh = None



More information about the CIG-COMMITS mailing list