Skip to content

Commit

Permalink
corrected a newly introduced bug in plot_scoreMatrix
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminBlankertz committed Jul 15, 2016
1 parent 1c2d28c commit 7b3d805
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions visualization/plot_scoreMatrix.m
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
else
[opt, isdefault]= ...
opt_overrideIfDefault(opt, isdefault, 'VisuScalps', 1);
% sort intervals chronilogically
[~, si]= sort(ival(:,1));
ival= ival(si,:);
end

epo_r= proc_selectChannels(epo_r, opt.CLab);
Expand Down

0 comments on commit 7b3d805

Please sign in to comment.