removed display of openEMS execution command

pull/1/head
Thorsten Liebig 2012-01-17 11:33:33 +01:00
parent 979ed737f6
commit 705f422d84
1 changed files with 3 additions and 3 deletions

View File

@ -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);