diff --git a/interfaces/matlab/toolbox/@ReactorNet/setTolerances.m b/interfaces/matlab/toolbox/@ReactorNet/setTolerances.m index 05ca2c9c2..d3e866d1c 100644 --- a/interfaces/matlab/toolbox/@ReactorNet/setTolerances.m +++ b/interfaces/matlab/toolbox/@ReactorNet/setTolerances.m @@ -1,6 +1,8 @@ function setTolerances(r, rtol, atol) % SETTOLERANCES Set the error tolerances. % setTolerances(r, rtol, atol) +% :param r: +% Instance of class :mat:func:`ReactorNet` % :param rtol: % Scalar relative error tolerance % :param atol: diff --git a/interfaces/matlab/toolbox/@ThermoPhase/display.m b/interfaces/matlab/toolbox/@ThermoPhase/display.m index fa0c126c5..c154b95e0 100644 --- a/interfaces/matlab/toolbox/@ThermoPhase/display.m +++ b/interfaces/matlab/toolbox/@ThermoPhase/display.m @@ -1,5 +1,5 @@ function display(self, threshold) if nargin < 2 - threshold = 1e-14 + threshold = 1e-14; end phase_get(thermo_hndl(self), 15, 1, threshold);