Skip to content

Commit

Permalink
removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
arnodelorme committed May 12, 2021
1 parent a99ae38 commit a76af2e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions functions/studyfunc/std_readfile.m
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,6 @@
% then we need to call std_readfile several times and combine
% the results
% ------------------------------------------------------------
% compList = varargin{end};
% idxSeq = [find(compList==1) length(compList)];
% if length(fileBaseName) > 1
% for iFile = 1:length(fileBaseName)
% varargin{end} = compList(idxSeq(iFile):idxSeq(iFile+1)-1);
% [measureDataTmp{iFile}, parameters, measureRange1, measureRange2, eventsTmp{iFile}] = std_readfile(fileBaseName{iFile}, varargin{:});
% end
if length(fileBaseName) > 1
for iFile = 1:length(fileBaseName)
[measureDataTmp{iFile}, parameters, measureRange1, measureRange2, eventsTmp{iFile}] = std_readfile(fileBaseName{iFile}, varargin{:});
Expand Down

0 comments on commit a76af2e

Please sign in to comment.