From 079ef0caf9e6fae8ab6081a845e834d8df5e7361 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 24 Jun 2015 13:26:47 -0400 Subject: [PATCH] Update comments regarding critical / saturation properties --- include/cantera/thermo/RedlichKwongMFTP.h | 2 -- include/cantera/thermo/ThermoPhase.h | 13 ++++--------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/include/cantera/thermo/RedlichKwongMFTP.h b/include/cantera/thermo/RedlichKwongMFTP.h index ef74a100b..eb8c898c5 100644 --- a/include/cantera/thermo/RedlichKwongMFTP.h +++ b/include/cantera/thermo/RedlichKwongMFTP.h @@ -361,8 +361,6 @@ public: //@} /// @name Critical State Properties. - /// These methods are only implemented by some subclasses, and may - /// be moved out of ThermoPhase at a later date. //@{ /// Critical temperature (K). diff --git a/include/cantera/thermo/ThermoPhase.h b/include/cantera/thermo/ThermoPhase.h index 0113f96be..b3ee2a124 100644 --- a/include/cantera/thermo/ThermoPhase.h +++ b/include/cantera/thermo/ThermoPhase.h @@ -1305,13 +1305,9 @@ public: bool getElementPotentials(doublereal* lambda) const; //@} - - - //--------------------------------------------------------- /// @name Critical State Properties. - /// These methods are only implemented by some subclasses, and may - /// be moved out of ThermoPhase at a later date. - + /// These methods are only implemented by subclasses that implement + /// liquid-vapor equations of state. //@{ /// Critical temperature (K). @@ -1343,9 +1339,8 @@ public: /** @name Saturation Properties. * - * These methods are only implemented by subclasses that - * implement full liquid-vapor equations of state. They may be - * moved out of ThermoPhase at a later date. + * These methods are only implemented by subclasses that implement full + * liquid-vapor equations of state. */ //@{