No longer need numarray stuff when using numpy
This commit is contained in:
parent
5b55f058dd
commit
9fc957bc6e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue