cantera/interfaces/matlab/toolbox/@ThermoPhase/private/phase_set.m
2015-10-24 08:05:52 -04:00

8 lines
No EOL
167 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