diff --git a/Cantera/python/src/pycantera.cpp b/Cantera/python/src/pycantera.cpp index 8c9704894..02035a5c0 100644 --- a/Cantera/python/src/pycantera.cpp +++ b/Cantera/python/src/pycantera.cpp @@ -22,7 +22,7 @@ #include "numarray/arrayobject.h" #else #ifdef HAS_NUMPY -#include "numpy/libnumarray.h" +//#include "numpy/libnumarray.h" #include "numpy/arrayobject.h" #else // Create a compilation error to cause the program to bomb