From 800e557f6f5760646cabe9517d7186bf523efe40 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Sun, 5 Jul 2009 18:07:18 +0000 Subject: [PATCH] Reformatted comments. --- Cantera/src/thermo/IdealGasPhase.h | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Cantera/src/thermo/IdealGasPhase.h b/Cantera/src/thermo/IdealGasPhase.h index eadd648bd..cc676a8a4 100644 --- a/Cantera/src/thermo/IdealGasPhase.h +++ b/Cantera/src/thermo/IdealGasPhase.h @@ -250,8 +250,10 @@ namespace Cantera { * R^{-1} = k^{-1} C_l^a = k^{-1} (C^o a_l) * \f] * - * where we can use the concept of microscopic reversibility to write the reverse rate constant in terms of the - * forward reate constant and the concentration equilibrium constant, \f$ K_c \f$. + * where we can use the concept of microscopic reversibility to + * write the reverse rate constant in terms of the + * forward reate constant and the concentration equilibrium + * constant, \f$ K_c \f$. * * \f[ * k^{-1} = k^1 K^1_c @@ -265,7 +267,8 @@ namespace Cantera { * * * The constructor for this phase is located in the default ThermoFactory - * for %Cantera. A new %IdealGasPhase may be created by the following code snippet: + * for %Cantera. A new %IdealGasPhase may be created by the following code + * snippet: * * @code * XML_Node *xc = get_XML_File("silane.xml"); @@ -285,8 +288,8 @@ namespace Cantera { *
*

XML Example

*
- * An example of an XML Element named phase setting up a IdealGasPhase object named silane - * is given below. + * An example of an XML Element named phase setting up a IdealGasPhase + * object named silane is given below. * * @verbatim