*** empty log message ***

This commit is contained in:
Dave Goodwin 2004-10-10 12:12:21 +00:00
parent cdcc1078a7
commit 6ade908e92
3 changed files with 21 additions and 6 deletions

View file

@ -1,3 +1,17 @@
2004-10-10 05:11 dggoodwin
* Cantera/src/importCTML.cpp: moved arrays used to check for dup
rxns into a class to avoid problems with initialization on some
systems (FreeBSD)
2004-10-10 05:09 dggoodwin
* Cantera/src/: global.h, misc.cpp: added sleep function
2004-10-10 05:09 dggoodwin
* Cantera/src/ct2ctml.cpp: added sleep before call to python
2004-10-09 11:58 dggoodwin
* ext/tpx/RedlichKwong.h: removed use of pow
@ -4223,10 +4237,11 @@
examples/cxx/transport_example2.cpp, ext/blas/Makefile.in,
ext/cvode/Makefile.in, ext/f2c_libs/.cvsignore,
ext/lapack/Makefile.in, ext/math/Makefile.in,
ext/recipes/Makefile.in, ext/tpx/Makefile.in, ext/tpx/Sub.cpp,
ext/tpx/Sub.h, ext/tpx/lk.cpp, ext/tpx/lk.h, ext/tpx/subs.h,
ext/tpx/utils.cpp, include/GRI30.h, include/IdealGasMix.h,
include/Interface.h, include/onedim.h, include/transport.h,
ext/recipes/Makefile.in, ext/tpx/Makefile.in,
ext/tpx/RedlichKwong.h, ext/tpx/Sub.cpp, ext/tpx/Sub.h,
ext/tpx/lk.cpp, ext/tpx/lk.h, ext/tpx/subs.h, ext/tpx/utils.cpp,
include/GRI30.h, include/IdealGasMix.h, include/Interface.h,
include/onedim.h, include/transport.h,
include/fortran/ctfdevmod.f, include/fortran/ctkineticsmod.f,
include/fortran/ctmixturemod.f, include/fortran/ctmod.f,
include/fortran/ctreactormod.f, include/fortran/ctthermomod.f,

View file

@ -262,7 +262,7 @@ uninstall:
rm -r -f @ct_docdir@
rm -r -f @ct_tutdir@
rm -r -f @prefix@/matlab/toolbox/cantera
cd tools; make uninstall
cd tools; @MAKE@ uninstall
clean:
rm -f *.*~ @buildlib@/*.*

View file

@ -40,7 +40,7 @@ $(BINDIR)/cti2ctml: cti2ctml.o $(CANTERALIB_DEP)
$(LCXX_END_LIBS)
$(CONVLIB_DEP):
cd ../../Cantera/src/converters; make
cd ../../Cantera/src/converters; @MAKE@
clean:
$(RM) *.o *.*~