No longer need numarray stuff when using numpy

This commit is contained in:
Harry Moffat 2009-04-19 21:10:57 +00:00
parent 5b55f058dd
commit 9fc957bc6e

View file

@ -22,7 +22,7 @@
#include "numarray/arrayobject.h" #include "numarray/arrayobject.h"
#else #else
#ifdef HAS_NUMPY #ifdef HAS_NUMPY
#include "numpy/libnumarray.h" //#include "numpy/libnumarray.h"
#include "numpy/arrayobject.h" #include "numpy/arrayobject.h"
#else #else
// Create a compilation error to cause the program to bomb // Create a compilation error to cause the program to bomb