Skip to content
Snippets Groups Projects
Commit 3b92c1b1 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

remove unused variables

parent 73fcf971
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ if ~( isequal(withnames,0) || isequal(withnames,1) ) ...@@ -85,7 +85,7 @@ if ~( isequal(withnames,0) || isequal(withnames,1) )
end end
% Output initialization % Output initialization
time = []; data = []; varlist = []; varlist = [];
% Check if file exists. % Check if file exists.
if check_file_extension(file,'csv') if check_file_extension(file,'csv')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment