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

willic3 at geodynamics.org willic3 at geodynamics.org
Fri Feb 1 13:06:52 PST 2008


Author: willic3
Date: 2008-02-01 13:06:52 -0800 (Fri, 01 Feb 2008)
New Revision: 9213

Modified:
   short/3D/PyLith/trunk/pylith/bc/Neumann.py
Log:
Fixed arguments to BoundaryCondition.initialize.



Modified: short/3D/PyLith/trunk/pylith/bc/Neumann.py
===================================================================
--- short/3D/PyLith/trunk/pylith/bc/Neumann.py	2008-02-01 21:06:04 UTC (rev 9212)
+++ short/3D/PyLith/trunk/pylith/bc/Neumann.py	2008-02-01 21:06:52 UTC (rev 9213)
@@ -80,7 +80,7 @@
     self._logger.eventBegin(logEvent)
     
     self.cppHandle.quadrature = self.quadrature.cppHandle
-    BoundaryCondition.initialize(self)
+    BoundaryCondition.initialize(self, totalTime, numTimeSteps)
 
     self._logger.eventEnd(logEvent)
     return



More information about the cig-commits mailing list