cantera/interfaces/matlab/toolbox/@ThermoPhase/display.m
Bryan W. Weber 6bf39e87c4 [Matlab] Minor fixes to docs and screen output
Fix missing parameter docs in Matlab ReactorNet setTolerances. Fix missing semicolon in ThermoPhase display
2014-08-26 22:04:46 +00:00

5 lines
123 B
Matlab

function display(self, threshold)
if nargin < 2
threshold = 1e-14;
end
phase_get(thermo_hndl(self), 15, 1, threshold);