From 18ffa552d136b4e5120f6761bea31260ccaf8ec2 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 21 Oct 2005 22:16:37 +0000 Subject: [PATCH] Added a detailed doxygen member function description. --- Cantera/src/ThermoPhase.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cantera/src/ThermoPhase.h b/Cantera/src/ThermoPhase.h index 3d4f5526a..d6b2b4492 100755 --- a/Cantera/src/ThermoPhase.h +++ b/Cantera/src/ThermoPhase.h @@ -523,6 +523,9 @@ namespace Cantera { * Returns the vector of nondimensional * enthalpies of the reference state at the current temperature * of the solution and the reference pressure for the species. + * + * This base function will throw a CanteraException unless + * it is overwritten in a derived class. */ virtual void getEnthalpy_RT_ref(doublereal *hrt) const { err("getEnthalpy_RT_ref");