Added files.
This commit is contained in:
parent
85a4f9d1e1
commit
919745fcc9
2 changed files with 3 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue