Changeset 11939
- Timestamp:
- 04/05/12 14:52:14 (13 years ago)
- Location:
- issm/trunk-jpl/src/c/toolkits
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/toolkits/python/pythonincludes.h ¶
r11860 r11939 6 6 #define _PYTHON_INCLUDES_H_ 7 7 8 #include <stdio.h> 9 using namespace std; 8 using namespace std; 10 9 11 10 #include <boost/python.hpp> 12 #include <boost/python/module.hpp>13 11 #include <boost/python/def.hpp> 14 12 #include <numpy/arrayobject.h> 13 #include <boost/python/module.hpp> 15 14 16 15 using namespace boost::python; 17 16 typedef boost::python::numeric::array pyArray; 18 17 19 20 18 #endif -
TabularUnified issm/trunk-jpl/src/c/toolkits/toolkits.h ¶
r11861 r11939 12 12 #endif 13 13 14 #if defined(_HAVE_PYTHON_) && defined(_SERIAL_) 15 #include "./python/pythonincludes.h" 16 #endif 17 14 18 #ifdef _HAVE_PETSC_ 15 19 #include "./petsc/petscincludes.h" … … 20 24 #endif 21 25 22 #if defined(_HAVE_PYTHON_) && defined(_SERIAL_)23 #include "./python/pythonincludes.h"24 #endif25 26 26 27 #include "./mpi/mpiincludes.h"
Note:
See TracChangeset
for help on using the changeset viewer.