Fix missing parameter docs in Matlab ReactorNet setTolerances. Fix missing semicolon in ThermoPhase display
5 lines
123 B
Matlab
5 lines
123 B
Matlab
function display(self, threshold)
|
|
if nargin < 2
|
|
threshold = 1e-14;
|
|
end
|
|
phase_get(thermo_hndl(self), 15, 1, threshold);
|