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

willic3 at geodynamics.org willic3 at geodynamics.org
Thu Sep 28 14:07:49 PDT 2006


Author: willic3
Date: 2006-09-28 14:07:49 -0700 (Thu, 28 Sep 2006)
New Revision: 4661

Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/Pylith3d_setup.py
Log:
Updated call to write_tractions.


Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/Pylith3d_setup.py
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/Pylith3d_setup.py	2006-09-28 20:49:49 UTC (rev 4660)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/Pylith3d_setup.py	2006-09-28 21:07:49 UTC (rev 4661)
@@ -1699,18 +1699,14 @@
                 self.ucdOutputRoot)
 
         # Write traction info
-        pylith3d.write_traction(
+        pylith3d.write_tractions(
             self.pointerToTractionverts,
             self.pointerToTractionvals,
             self.numberTractionBc,
             self.numberSurfaceElementNodes,
-            self.numberDegreesFreedom,
             self.f77AsciiOutput,
-            self.f77PlotOutput,
             self.asciiOutputInt,
-            self.plotOutputInt,
-            self.asciiOutputFile,
-            self.plotOutputFile)
+            self.asciiOutputFile)
     
         # Write split node info
         pylith3d.write_split(



More information about the cig-commits mailing list