Added files.

This commit is contained in:
Harry Moffat 2007-02-13 15:44:53 +00:00
parent 85a4f9d1e1
commit 919745fcc9
2 changed files with 3 additions and 1 deletions

View file

@ -101,6 +101,8 @@ FILE_PATTERNS = Kinetics.h Kinetics.cpp \
Elements.h Elements.cpp \
importCTML.cpp importCTML.h \
ThermoFactory.h ThermoFactory.cpp \
SpeciesThermoFactory.h SpeciesThermoFactory.cpp \
speciesThermoTypes.h SpeciesThermoMgr.h SpeciesThermo.h SpeciesThermoInterpTypes.h \
utilities.h \
VPStandardStateTP.h VPStandardStateTP.cpp \
SingleSpeciesTP.h SingleSpeciesTP.cpp \

View file

@ -2,7 +2,7 @@
\page cxx-exceptions Exception Handling
Cantera throws exceptions of type CanteraError when an error is encountered. Your program should always catch these. You can throw CanteraError exceptions too, if you like, or you can use your own application-specific exception classes.
%Cantera throws exceptions of type CanteraError when an error is encountered. Your program should always catch these. You can throw CanteraError exceptions too, if you like, or you can use your own application-specific exception classes.
\include except.cpp