From c982f5042193aced7e6f037f21a93a12e2a6be66 Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Wed, 25 Jan 2017 07:41:43 -0500 Subject: [PATCH] [Matlab/Doc] Fix docs for enthalpies_RT function --- interfaces/matlab/toolbox/@ThermoPhase/enthalpies_RT.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/matlab/toolbox/@ThermoPhase/enthalpies_RT.m b/interfaces/matlab/toolbox/@ThermoPhase/enthalpies_RT.m index 694779072..49e40cee7 100644 --- a/interfaces/matlab/toolbox/@ThermoPhase/enthalpies_RT.m +++ b/interfaces/matlab/toolbox/@ThermoPhase/enthalpies_RT.m @@ -5,7 +5,7 @@ function v = enthalpies_RT(tp) % Instance of class :mat:func:`ThermoPhase` (or another % object that derives from ThermoPhase) % :return: -% Vector of sensible species enthalpies +% Vector of standard-state species enthalpies % divided by RT, where R is the universal gas % constant and T is the temperature. For gaseous species, these % values are ideal gas enthalpies.