diff --git a/interfaces/matlab/toolbox/@ThermoPhase/setState_Psat.m b/interfaces/matlab/toolbox/@ThermoPhase/setState_Psat.m index c3afb15e8..0e0dc9e41 100644 --- a/interfaces/matlab/toolbox/@ThermoPhase/setState_Psat.m +++ b/interfaces/matlab/toolbox/@ThermoPhase/setState_Psat.m @@ -4,6 +4,7 @@ function setState_Psat(tp, px) % The fluid state will be set to a saturated liquid-vapor state using the % input pressure and vapor fraction (quality) as the independent, % intensive variables. +% % :param tp: % Instance of class :mat:func:`ThermoPhase` (or another % class derived from ThermoPhase) diff --git a/interfaces/matlab/toolbox/@ThermoPhase/setState_Tsat.m b/interfaces/matlab/toolbox/@ThermoPhase/setState_Tsat.m index fe1accaca..160562965 100644 --- a/interfaces/matlab/toolbox/@ThermoPhase/setState_Tsat.m +++ b/interfaces/matlab/toolbox/@ThermoPhase/setState_Tsat.m @@ -4,6 +4,7 @@ function setState_Tsat(tp, tx) % The fluid state will be set to a saturated liquid-vapor state using the % input temperature and vapor fraction (quality) as the independent, % intensive variables. +% % :param tp: % Instance of class :mat:func:`ThermoPhase` (or another % class derived from ThermoPhase)