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

willic3 at geodynamics.org willic3 at geodynamics.org
Wed Oct 4 09:05:11 PDT 2006


Author: willic3
Date: 2006-10-04 09:05:10 -0700 (Wed, 04 Oct 2006)
New Revision: 4691

Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/module/bindings.cc
Log:
Fixed bindings for scan_tractions and read_tractions, which had been
commented out.



Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/module/bindings.cc
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/module/bindings.cc	2006-10-04 15:53:04 UTC (rev 4690)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/module/bindings.cc	2006-10-04 16:05:10 UTC (rev 4691)
@@ -216,8 +216,8 @@
      METH_VARARGS, pypylith3d_read_timdat__doc__},
 
     // read traction boundary conditions
-    // {pypylith3d_read_traction__name__, pypylith3d_read_traction,
-     // METH_VARARGS, pypylith3d_read_traction__doc__},
+    {pypylith3d_read_tractions__name__, pypylith3d_read_tractions,
+     METH_VARARGS, pypylith3d_read_tractions__doc__},
 
     // read winkler force information
     {pypylith3d_read_wink__name__, pypylith3d_read_wink,
@@ -272,8 +272,8 @@
      METH_VARARGS, pypylith3d_scan_timdat__doc__},
 
     // scan traction boundary conditions file
-    // {pypylith3d_scan_tractions__name__, pypylith3d_scan_tractions,
-     // METH_VARARGS, pypylith3d_scan_tractions__doc__},
+    {pypylith3d_scan_tractions__name__, pypylith3d_scan_tractions,
+     METH_VARARGS, pypylith3d_scan_tractions__doc__},
 
     // scan winkler forces info file
     {pypylith3d_scan_wink__name__, pypylith3d_scan_wink,



More information about the cig-commits mailing list