Changeset 13747
- Timestamp:
- 10/18/12 17:04:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/python/pythonincludes.h
r13623 r13747 22 22 #include "arrayobject.h" 23 23 24 #ifdef _HAVE_BOOST_25 using namespace std;26 #include <boost/python/def.hpp>27 #include <boost/python.hpp>28 #include <boost/python/module.hpp>29 using namespace boost::python;30 typedef boost::python::numeric::array pyArray;31 24 #endif 32 33 #endif
Note:
See TracChangeset
for help on using the changeset viewer.