From 56fee61e48cf628715373203d2f45491c8d16877 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Sat, 11 Jul 2009 17:28:10 +0000 Subject: [PATCH] changed the defaults --- winconfig.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/winconfig.h b/winconfig.h index ccf2de21b..02d3b239e 100644 --- a/winconfig.h +++ b/winconfig.h @@ -101,12 +101,20 @@ typedef int ftnlen; // Fortran hidden string length type // Cantera's setup. It identifies the python executable // used to run Python to process .cti files. Note that this is only // used if environment variable PYTHON_CMD is not set. -#define PYTHON_EXE "c:/python25/python.exe" +#define PYTHON_EXE "c:/python26/python.exe" // If this is defined, the Cantera Python interface will use the -// Numeric package; otherwise, it will use numarray. +// Numeric package /* #undef HAS_NUMERIC */ +// If this is defined, the Cantera Python interface will use the +// numarray package +/* #undef HAS_NUMARRAY */ + +// If this is defined, the Cantera Python interface will use the +// numpy package +#define HAS_NUMPY 1 + // If this is defined, then python will not be assumed to be // present to support conversions /* #undef HAS_NO_PYTHON */