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. */ //@{