Skip to content

Commit

Permalink
Update eegplugin_erplab.m
Browse files Browse the repository at this point in the history
Fixed/revert ALLERP global bug
  • Loading branch information
ammsimmons committed Apr 21, 2023
1 parent 8215ad3 commit 44dfce1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eegplugin_erplab.m
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,9 @@
assignin('base','MVPA', MVPA);

% ALLERP should be created with EEGLAB Globals in eeg_globals.m
%global ALLERP ALLBEST
%ALLERP = [];
global ALLERP
%global ALLBEST
ALLERP = [];
%---------------------------------------------------------------------------------------------------
% |
%
Expand Down

0 comments on commit 44dfce1

Please sign in to comment.