[cig-commits] r4019 - short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d

knepley at geodynamics.org knepley at geodynamics.org
Fri Jul 14 10:47:32 PDT 2006


Author: knepley
Date: 2006-07-14 10:47:32 -0700 (Fri, 14 Jul 2006)
New Revision: 4019

Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/Pylith3d_run.py
Log:
Small fix


Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/Pylith3d_run.py
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/Pylith3d_run.py	2006-07-14 17:20:43 UTC (rev 4018)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/Pylith3d_run.py	2006-07-14 17:47:32 UTC (rev 4019)
@@ -273,7 +273,7 @@
 
     def interpolatePoints(self, points):
         import pylith3d
-        return pylith3d.(self.mesh, self.sol, points)
+        return pylith3d.interpolatePoints(self.mesh, self.sol, points)
 
     def run(self):
         import pylith3d



More information about the cig-commits mailing list