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

willic3 at geodynamics.org willic3 at geodynamics.org
Wed Oct 4 08:53:04 PDT 2006


Author: willic3
Date: 2006-10-04 08:53:04 -0700 (Wed, 04 Oct 2006)
New Revision: 4690

Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/module/bindings.cc
Log:
Fixed name from scan_traction to scan_tractions.



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 01:56:32 UTC (rev 4689)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/module/bindings.cc	2006-10-04 15:53:04 UTC (rev 4690)
@@ -272,8 +272,8 @@
      METH_VARARGS, pypylith3d_scan_timdat__doc__},
 
     // scan traction boundary conditions file
-    // {pypylith3d_scan_traction__name__, pypylith3d_scan_traction,
-     // METH_VARARGS, pypylith3d_scan_traction__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