2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00
Files
python/libs/numpy/src/numpy.cpp
2011-07-03 16:40:30 +00:00

17 lines
174 B
C++

#define BOOST_NUMPY_INTERNAL_MAIN
#include <boost/numpy/internal.hpp>
namespace boost
{
namespace numpy
{
void initialize()
{
import_array();
import_ufunc();
}
}
}