matlab interface: correct InitCylindricalFDTD argument handling
This commit is contained in:
parent
5314235474
commit
1d54bda1d0
@ -9,7 +9,7 @@ function FDTD = InitCylindricalFDTD(NrTS, endCrit, varargin)
|
||||
% -----------------------
|
||||
% author: Thorsten Liebig
|
||||
|
||||
FDTD = InitFDTD(NrTS, endCrit, varargin);
|
||||
FDTD = InitFDTD(NrTS, endCrit, varargin{:});
|
||||
|
||||
FDTD.ATTRIBUTE.CylinderCoords=1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user