From 7bbd70a951cf8709144e216d7bd817334d143d99 Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Tue, 2 Apr 2013 15:34:59 +0200 Subject: [PATCH] fix tutorial: remove debug comments Signed-off-by: Thorsten Liebig --- matlab/Tutorials/CRLH_LeakyWaveAnt.m | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/matlab/Tutorials/CRLH_LeakyWaveAnt.m b/matlab/Tutorials/CRLH_LeakyWaveAnt.m index c427187..438ef7b 100644 --- a/matlab/Tutorials/CRLH_LeakyWaveAnt.m +++ b/matlab/Tutorials/CRLH_LeakyWaveAnt.m @@ -108,12 +108,12 @@ stop = [mesh.x(end) mesh.y(end) mesh.z(end)] - 10*resolution; Sim_Path = 'tmp_CRLH_LeakyWave'; Sim_CSX = 'CRLH.xml'; -% [status, message, messageid] = rmdir( Sim_Path, 's' ); % clear previous directory -% [status, message, messageid] = mkdir( Sim_Path ); % create empty simulation folder +[status, message, messageid] = rmdir( Sim_Path, 's' ); % clear previous directory +[status, message, messageid] = mkdir( Sim_Path ); % create empty simulation folder -% WriteOpenEMS( [Sim_Path '/' Sim_CSX], FDTD, CSX ); +WriteOpenEMS( [Sim_Path '/' Sim_CSX], FDTD, CSX ); CSXGeomPlot( [Sim_Path '/' Sim_CSX] ); -% RunOpenEMS( Sim_Path, Sim_CSX ); +RunOpenEMS( Sim_Path, Sim_CSX ); %% post-processing close all