fix matlab console output
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
This commit is contained in:
parent
ba793ac84e
commit
46827dccb0
@ -45,8 +45,7 @@ else
|
|||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
[exitcode, shelloutput] = system(command);
|
exitcode = system(command);
|
||||||
if (exitcode~=0);
|
if (exitcode~=0);
|
||||||
disp(shelloutput);
|
|
||||||
error(['openEMS binary exited with error-code ' num2str(exitcode)]);
|
error(['openEMS binary exited with error-code ' num2str(exitcode)]);
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user