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

willic3 at geodynamics.org willic3 at geodynamics.org
Thu Jan 17 14:16:41 PST 2008


Author: willic3
Date: 2008-01-17 14:16:41 -0800 (Thu, 17 Jan 2008)
New Revision: 9090

Modified:
   short/3D/PyLith/trunk/pylith/bc/BoundaryCondition.py
Log:
Stupid typo.  Changed 'mat' to 'map'.


Modified: short/3D/PyLith/trunk/pylith/bc/BoundaryCondition.py
===================================================================
--- short/3D/PyLith/trunk/pylith/bc/BoundaryCondition.py	2008-01-17 21:48:53 UTC (rev 9089)
+++ short/3D/PyLith/trunk/pylith/bc/BoundaryCondition.py	2008-01-17 22:16:41 UTC (rev 9090)
@@ -141,7 +141,7 @@
     Component._configure(self)
     self.id = self.inventory.id
     self.label = self.inventory.label
-    self.upDir = mat(float, self.inventory.upDir)
+    self.upDir = map(float, self.inventory.upDir)
     self.db = self.inventory.db
     return
 



More information about the cig-commits mailing list