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

brad at geodynamics.org brad at geodynamics.org
Wed Sep 12 16:46:10 PDT 2007


Author: brad
Date: 2007-09-12 16:46:09 -0700 (Wed, 12 Sep 2007)
New Revision: 7961

Modified:
   short/3D/PyLith/trunk/pylith/bc/BoundaryCondition.py
Log:
Fixed bug in unit test where upDir was not initialized.

Modified: short/3D/PyLith/trunk/pylith/bc/BoundaryCondition.py
===================================================================
--- short/3D/PyLith/trunk/pylith/bc/BoundaryCondition.py	2007-09-12 20:42:00 UTC (rev 7960)
+++ short/3D/PyLith/trunk/pylith/bc/BoundaryCondition.py	2007-09-12 23:46:09 UTC (rev 7961)
@@ -97,6 +97,7 @@
     """
     Component.__init__(self, name, facility="boundary_condition")
     self.cppHandle = None
+    self.upDir = [0, 0, 1]
     return
 
 



More information about the cig-commits mailing list