Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61975 - in sandbox/numpy: . boost/python/numpy
From: talljimbo_at_[hidden]
Date: 2010-05-14 23:44:47


Author: jbosch
Date: 2010-05-14 23:44:45 EDT (Fri, 14 May 2010)
New Revision: 61975
URL: http://svn.boost.org/trac/boost/changeset/61975

Log:
boost python numpy extensions - updated source files to reflect previous header move
Properties modified:
   sandbox/numpy/ (props changed)
Text files modified:
   sandbox/numpy/boost/python/numpy/internal.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/numpy/boost/python/numpy/internal.hpp
==============================================================================
--- sandbox/numpy/boost/python/numpy/internal.hpp (original)
+++ sandbox/numpy/boost/python/numpy/internal.hpp 2010-05-14 23:44:45 EDT (Fri, 14 May 2010)
@@ -21,7 +21,7 @@
 #define PY_UFUNC_UNIQUE_SYMBOL BOOST_UFUNC_ARRAY_API
 #include <numpy/arrayobject.h>
 #include <numpy/ufuncobject.h>
-#include <boost/python/numpy.hpp>
+#include <boost/python/numpy/numpy.hpp>
 
 #define NUMPY_OBJECT_MANAGER_TRAITS_IMPL(pytype,manager) \
     PyTypeObject const * object_manager_traits<manager>::get_pytype() { return &pytype; }


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk