cantera/interfaces/matlab/toolbox/geterr.m

6 lines
No EOL
89 B
Mathematica
Executable file

function e = geterr
try
e = ctmethods(0,2); % getCanteraError;
catch
e = ' ';
end