From 919745fcc9f6a4a98b165ed64723d247ec89b0ab Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 13 Feb 2007 15:44:53 +0000 Subject: [PATCH] Added files. --- tools/doc/Cantera.cfg.in | 2 ++ tools/doc/doxyinput/exceptions.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/doc/Cantera.cfg.in b/tools/doc/Cantera.cfg.in index d11aab385..573680bdb 100755 --- a/tools/doc/Cantera.cfg.in +++ b/tools/doc/Cantera.cfg.in @@ -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 \ diff --git a/tools/doc/doxyinput/exceptions.txt b/tools/doc/doxyinput/exceptions.txt index d7e4abf16..0aa7b89cd 100644 --- a/tools/doc/doxyinput/exceptions.txt +++ b/tools/doc/doxyinput/exceptions.txt @@ -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