*** empty log message ***
This commit is contained in:
parent
cdcc1078a7
commit
6ade908e92
3 changed files with 21 additions and 6 deletions
23
ChangeLog
23
ChangeLog
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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@/*.*
|
||||
|
|
|
|||
|
|
@ -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 *.*~
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue