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

willic3 at geodynamics.org willic3 at geodynamics.org
Wed Mar 21 13:23:33 PDT 2007


Author: willic3
Date: 2007-03-21 13:23:32 -0700 (Wed, 21 Mar 2007)
New Revision: 6337

Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/Application.py
Log:
Changed call to processMesh so we're now sending it the base
bcInputFile rather than the outputFileRoot.



Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/Application.py
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/Application.py	2007-03-21 20:18:58 UTC (rev 6336)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/Application.py	2007-03-21 20:23:32 UTC (rev 6337)
@@ -55,7 +55,7 @@
 
         scanner = self.inventory.scanner
 
-        mesh = pylith3d.processMesh(scanner.macroString(scanner.Inventory.outputFileRoot),
+        mesh = pylith3d.processMesh(scanner.macroString(scanner.Inventory.bcInputFile),
                                     scanner.macroString(scanner.Inventory.inputFileRoot),
                                     scanner.inventory.interpolateMesh,
                                     scanner.inventory.partitioner)



More information about the cig-commits mailing list