removed display of openEMS execution command
parent
979ed737f6
commit
705f422d84
|
@ -49,7 +49,7 @@ else
|
|||
command = [command ' > ' logfile ' 2>&1'];
|
||||
end
|
||||
|
||||
if ~silent
|
||||
disp( ['invoking openEMS simulator: ' command] );
|
||||
end
|
||||
% if ~silent
|
||||
% disp( ['invoking openEMS simulator: ' command] );
|
||||
% end
|
||||
system(command);
|
||||
|
|
Loading…
Reference in New Issue