diff --git a/matlab/invoke_openEMS.m b/matlab/invoke_openEMS.m index 38d6279..4de39e4 100644 --- a/matlab/invoke_openEMS.m +++ b/matlab/invoke_openEMS.m @@ -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);