examples: meshing issue fixed in inverted_f antenna example

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
pull/12/head
Thorsten Liebig 2014-02-25 21:05:54 +01:00
parent 1c5e035650
commit d09931e28b
1 changed files with 2 additions and 2 deletions

View File

@ -103,8 +103,8 @@ CSX = AddBox(CSX, 'groundplane', 10, start,stop);
%% create ifa
CSX = AddMetal( CSX, 'ifa' ); % create a perfect electric conductor (PEC)
tl = [0,substrate.length/2-ifa.e,substrate.thickness]; % translate
start = [0 0 0] + tl;
stop = start + [ifa.wf ifa.h 0];
start = [0 0.5 0] + tl;
stop = start + [ifa.wf ifa.h-0.5 0];
CSX = AddBox( CSX, 'ifa', 10, start, stop); % feed element
start = [-ifa.fp 0 0] + tl;
stop = start + [-ifa.w1 ifa.h 0];