Changeset 13747


Ignore:
Timestamp:
10/18/12 17:04:10 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: boost not used anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/toolkits/python/pythonincludes.h

    r13623 r13747  
    2222#include "arrayobject.h"
    2323
    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;
    3124#endif
    32 
    33 #endif
Note: See TracChangeset for help on using the changeset viewer.