Added corrected doxygen information.
This commit is contained in:
parent
c5b90826cb
commit
60c9446340
1 changed files with 4 additions and 5 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue