From 705f422d843bde029d1a7ea6ee6ae79b4dbc0fed Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Tue, 17 Jan 2012 11:33:33 +0100 Subject: [PATCH] removed display of openEMS execution command --- matlab/invoke_openEMS.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);