From 60c94463405389b51e25066353ca070c9a1e3b5d Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 23 Oct 2009 19:12:45 +0000 Subject: [PATCH] Added corrected doxygen information. --- Cantera/src/thermo/IonsFromNeutralVPSSTP.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Cantera/src/thermo/IonsFromNeutralVPSSTP.cpp b/Cantera/src/thermo/IonsFromNeutralVPSSTP.cpp index 93dd6402f..bf39f3397 100644 --- a/Cantera/src/thermo/IonsFromNeutralVPSSTP.cpp +++ b/Cantera/src/thermo/IonsFromNeutralVPSSTP.cpp @@ -1,9 +1,9 @@ /** - * @file PseudoBinaryVPSSTP.cpp - * Definitions for intermediate ThermoPhase object for phases which - * employ excess gibbs free energy formulations + * @file IonsFromNeutralVPSSTP.cpp + * Definitions for the object which treats ionic liquids as made of ions as species + * even though the thermodynamics is obtained from the neutral molecule representation. * (see \ref thermoprops - * and class \link Cantera::PseudoBinaryVPSSTP PseudoBinaryVPSSTP\endlink). + * and class \link Cantera::IonsFromNeutralVPSSTP IonsFromNeutralVPSSTP\endlink). * * Header file for a derived class of ThermoPhase that handles * variable pressure standard state methods for calculating @@ -21,7 +21,6 @@ * $Revision: 1.2 $ */ - #include "IonsFromNeutralVPSSTP.h" #include "ThermoFactory.h"