Skip to content

Commit

Permalink
added 'contrib' directory and sub directories to the mvpa/mvpa_add_pa…
Browse files Browse the repository at this point in the history
…ths.m command.
  • Loading branch information
Wildcarde committed Jun 16, 2010
1 parent 5154284 commit c6f19a1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions mvpa_add_paths.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,19 @@
% Uncomment the following line to restore deprecated functions:
myaddpath('core/deprecated');

% Contrib Paths
myaddpath('contrib');
myaddpath('contrib/io');
myaddpath('contrib/learn');
myaddpath('contrib/learn/adaboost');
myaddpath('contrib/preproc');
myaddpath('contrib/subj');
myaddpath('contrib/template');
myaddpath('contrib/tests');
myaddpath('contrib/util');
myaddpath('contrib/vis');


% Add paths for packages bundled with the toolbox.
% myaddpath('adaboost_mkc');
myaddpath('afni_matlab');
Expand Down

0 comments on commit c6f19a1

Please sign in to comment.