removed display of openEMS execution command

This commit is contained in:
Thorsten Liebig 2012-01-17 11:33:33 +01:00
parent 979ed737f6
commit 705f422d84

View File

@ -49,7 +49,7 @@ else
command = [command ' > ' logfile ' 2>&1']; command = [command ' > ' logfile ' 2>&1'];
end end
if ~silent % if ~silent
disp( ['invoking openEMS simulator: ' command] ); % disp( ['invoking openEMS simulator: ' command] );
end % end
system(command); system(command);