From 9fc957bc6e2198df9ea46ff90b112c35ef1b3cab Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Sun, 19 Apr 2009 21:10:57 +0000 Subject: [PATCH] No longer need numarray stuff when using numpy --- Cantera/python/src/pycantera.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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