6 lines
103 B
Mathematica
Executable file
6 lines
103 B
Mathematica
Executable file
function e = geterr
|
|
try
|
|
e = ctmethods(0,2); % getCanteraError;
|
|
catch ME
|
|
e = getReport(ME);
|
|
end
|