Skip to content

Commit

Permalink
Fixed the version placement in EEGLAB plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Kay Robbins authored and Kay Robbins committed May 30, 2017
1 parent 1d78105 commit d528903
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed EEGLABPlugin/PrepPipeline0.54.0.zip
Binary file not shown.
Binary file added EEGLABPlugin/PrepPipeline0.55.0.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion PrepPipeline/eegplugin_prepPipeline.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@

% eegplugin_prepPipeline() - the PREP pipeline plugin
function vers = eegplugin_prepPipeline(fig, trystrs, catchstrs)
vers = getPrepVersion();

%% Add path to prepPipeline subdirectories if not in the list
tmp = which('getPrepDefaults');
if isempty(tmp)
myPath = fileparts(which('prepPipeline'));
addpath(genpath(myPath));
end;
vers = getPrepVersion();

% create menu
comprep = [trystrs.no_check '[EEG LASTCOM] = pop_prepPipeline(EEG);' catchstrs.new_and_hist];
Expand Down

0 comments on commit d528903

Please sign in to comment.