[cig-commits] r13074 - cs/cigma/trunk/src

luis at geodynamics.org luis at geodynamics.org
Wed Oct 15 10:12:55 PDT 2008


Author: luis
Date: 2008-10-15 10:12:55 -0700 (Wed, 15 Oct 2008)
New Revision: 13074

Modified:
   cs/cigma/trunk/src/py_DataPath.cpp
Log:
Cleaned up DataPath python binding

Modified: cs/cigma/trunk/src/py_DataPath.cpp
===================================================================
--- cs/cigma/trunk/src/py_DataPath.cpp	2008-10-15 17:12:54 UTC (rev 13073)
+++ cs/cigma/trunk/src/py_DataPath.cpp	2008-10-15 17:12:55 UTC (rev 13074)
@@ -21,7 +21,7 @@
     return str("<" + str(dp) + ">");
 }
 
-void Py_DataPath()
+void export_DataPath()
 {
     using namespace boost::python;
 
@@ -37,8 +37,3 @@
     ;
 }
 
-void export_DataPath()
-{
-    Py_DataPath();
-}
-



More information about the cig-commits mailing list