This commit is contained in:
Dave Goodwin 2003-12-12 16:46:16 +00:00
parent 8b061b5415
commit ff498f5381
6 changed files with 10 additions and 8 deletions

View file

@ -5,7 +5,7 @@
#include "../../../clib/src/ct.h"
const double Undef = -999.123;
//const double Undef = -999.123;
void flowdevicemethods( int nlhs, mxArray *plhs[],
int nrhs, const mxArray *prhs[] )

View file

@ -4,7 +4,7 @@
#include "../../../clib/src/ct.h"
#include "ctmatutils.h"
const double Undef = -999.123;
//const double Undef = -999.123;
void reactormethods( int nlhs, mxArray *plhs[],
int nrhs, const mxArray *prhs[] )

View file

@ -4,7 +4,7 @@
#include "../../../clib/src/ct.h"
#include "ctmatutils.h"
const double Undef = -999.123;
//const double Undef = -999.123;
void wallmethods( int nlhs, mxArray *plhs[],
int nrhs, const mxArray *prhs[] )

View file

@ -1,10 +1,10 @@
import sys
bindir = @ct_bindir@
libdir = @ct_libdir@
incdir = @ct_incroot@
libs = @LOCAL_LIBS@ @LIBS@ @FLIBS@
bindir = '@ct_bindir@'
libdir = '@ct_libdir@'
incdir = '@ct_incroot@'
libs = '@LOCAL_LIBS@ @LIBS@ @FLIBS@'
f = open('setup.m','w')
f.write('cd cantera\nbuildux\nexit\n')

3
config/configure vendored
View file

@ -3661,7 +3661,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
ac_config_files="$ac_config_files ../Cantera/Makefile ../Cantera/src/Makefile ../Cantera/src/zeroD/Makefile ../Cantera/src/oneD/Makefile ../Cantera/src/converters/Makefile ../Cantera/src/transport/Makefile ../Cantera/clib/src/Makefile ../Cantera/fortran/src/Makefile ../Cantera/fortran/f77demos/f77demos.mak ../Cantera/matlab/Makefile ../Cantera/python/Makefile ../Cantera/python/setup.py ../Cantera/cxx/Makefile ../Cantera/user/Makefile ../Cantera/python/src/Makefile ../ext/lapack/Makefile ../ext/blas/Makefile ../ext/cvode/Makefile ../ext/math/Makefile ../ext/tpx/Makefile ../ext/Makefile ../ext/recipes/Makefile ../examples/Makefile ../examples/cxx/Makefile ../Makefile ../tools/Makefile ../tools/src/Makefile ../tools/src/sample.mak ../tools/src/finish_install.py ../tools/src/package4mac ../tools/templates/f77/demo.mak ../tools/templates/cxx/demo.mak ../tools/testtools/Makefile ../data/inputs/Makefile ../test_problems/Makefile ../test_problems/cxx_ex/Makefile ../test_problems/silane_equil/Makefile ../test_problems/surfkin/Makefile ../test_problems/diamondSurf/Makefile"
ac_config_files="$ac_config_files ../Cantera/Makefile ../Cantera/src/Makefile ../Cantera/src/zeroD/Makefile ../Cantera/src/oneD/Makefile ../Cantera/src/converters/Makefile ../Cantera/src/transport/Makefile ../Cantera/clib/src/Makefile ../Cantera/fortran/src/Makefile ../Cantera/fortran/f77demos/f77demos.mak ../Cantera/matlab/Makefile ../Cantera/matlab/setup_matlab.py ../Cantera/python/Makefile ../Cantera/python/setup.py ../Cantera/cxx/Makefile ../Cantera/user/Makefile ../Cantera/python/src/Makefile ../ext/lapack/Makefile ../ext/blas/Makefile ../ext/cvode/Makefile ../ext/math/Makefile ../ext/tpx/Makefile ../ext/Makefile ../ext/recipes/Makefile ../examples/Makefile ../examples/cxx/Makefile ../Makefile ../tools/Makefile ../tools/src/Makefile ../tools/src/sample.mak ../tools/src/finish_install.py ../tools/src/package4mac ../tools/templates/f77/demo.mak ../tools/templates/cxx/demo.mak ../tools/testtools/Makefile ../data/inputs/Makefile ../test_problems/Makefile ../test_problems/cxx_ex/Makefile ../test_problems/silane_equil/Makefile ../test_problems/surfkin/Makefile ../test_problems/diamondSurf/Makefile"
test "x$prefix" = xNONE && prefix=$ac_default_prefix
@ -4143,6 +4143,7 @@ do
"../Cantera/fortran/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES ../Cantera/fortran/src/Makefile" ;;
"../Cantera/fortran/f77demos/f77demos.mak" ) CONFIG_FILES="$CONFIG_FILES ../Cantera/fortran/f77demos/f77demos.mak" ;;
"../Cantera/matlab/Makefile" ) CONFIG_FILES="$CONFIG_FILES ../Cantera/matlab/Makefile" ;;
"../Cantera/matlab/setup_matlab.py" ) CONFIG_FILES="$CONFIG_FILES ../Cantera/matlab/setup_matlab.py" ;;
"../Cantera/python/Makefile" ) CONFIG_FILES="$CONFIG_FILES ../Cantera/python/Makefile" ;;
"../Cantera/python/setup.py" ) CONFIG_FILES="$CONFIG_FILES ../Cantera/python/setup.py" ;;
"../Cantera/cxx/Makefile" ) CONFIG_FILES="$CONFIG_FILES ../Cantera/cxx/Makefile" ;;

View file

@ -467,6 +467,7 @@ AC_OUTPUT(../Cantera/Makefile \
../Cantera/fortran/src/Makefile \
../Cantera/fortran/f77demos/f77demos.mak \
../Cantera/matlab/Makefile \
../Cantera/matlab/setup_matlab.py \
../Cantera/python/Makefile \
../Cantera/python/setup.py \
../Cantera/cxx/Makefile \