Skip to content
Snippets Groups Projects
Verified Commit 8b86f8a2 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

ignore unused output variable

parent 71996fd0
Branches
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ end
if ~isempty(strfind(fname,filesep))
fprintf('\nIt seems you are trying to call a .mod file not located in the "Current Folder". This is not possible (the %s symbol is not allowed in the name of the .mod file).\n', filesep)
[pathtomodfile,basename,ext] = fileparts(fname);
[pathtomodfile,basename] = fileparts(fname);
if exist(pathtomodfile,'dir')
filesindirectory = dir(pathtomodfile);
filesindirectory = struct2cell(filesindirectory);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment