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

8 lines
No EOL
181 B
Matlab

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