cantera/interfaces/matlab/toolbox/@ThermoPhase/private/phase_set.m

8 lines
No EOL
162 B
Matlab

function phase_set(n, job, a, b)
if nargin == 2
ctmethods(30,n,-job);
elseif nargin == 3
ctmethods(30,n,-job,a);
else
ctmethods(30, n,-job, a, b);
end