Skip to content

Commit

Permalink
automatically synchronized identical files to 5962d13
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoostenveld committed Feb 24, 2017
1 parent 5962d13 commit 5618dbb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fileio/private/ft_hastoolbox.m
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
'WAVEFRONT' 'see http://mathworks.com/matlabcentral/fileexchange/27982-wavefront-obj-toolbox'
'NEURONE' 'see http://www.megaemg.com/support/unrestricted-downloads'
'COLORBREWER' 'see https://nl.mathworks.com/matlabcentral/fileexchange/45208-colorbrewer--attractive-and-distinctive-colormaps'
'CELLFUNCTION' 'see https://github.com/schoffelen/cellfunction'
};

if nargin<2
Expand Down Expand Up @@ -380,6 +381,8 @@
dependency = {'ft_spiketriggeredaverage', 'ft_spiketriggeredspectrum'};
case 'FILEEXCHANGE'
dependency = is_subdir_in_fieldtrip_path('/external/fileexchange');
case 'CELLFUNCTION'
dependency = {'cellmean', 'cellvecadd', 'cellcat'};
case {'INVERSE', 'REALTIME', 'SPECEST', 'PREPROC', ...
'COMPAT', 'STATFUN', 'TRIALFUN', 'UTILITIES/COMPAT', ...
'FILEIO/COMPAT', 'PREPROC/COMPAT', 'FORWARD/COMPAT', ...
Expand Down
3 changes: 3 additions & 0 deletions forward/private/ft_hastoolbox.m
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
'WAVEFRONT' 'see http://mathworks.com/matlabcentral/fileexchange/27982-wavefront-obj-toolbox'
'NEURONE' 'see http://www.megaemg.com/support/unrestricted-downloads'
'COLORBREWER' 'see https://nl.mathworks.com/matlabcentral/fileexchange/45208-colorbrewer--attractive-and-distinctive-colormaps'
'CELLFUNCTION' 'see https://github.com/schoffelen/cellfunction'
};

if nargin<2
Expand Down Expand Up @@ -380,6 +381,8 @@
dependency = {'ft_spiketriggeredaverage', 'ft_spiketriggeredspectrum'};
case 'FILEEXCHANGE'
dependency = is_subdir_in_fieldtrip_path('/external/fileexchange');
case 'CELLFUNCTION'
dependency = {'cellmean', 'cellvecadd', 'cellcat'};
case {'INVERSE', 'REALTIME', 'SPECEST', 'PREPROC', ...
'COMPAT', 'STATFUN', 'TRIALFUN', 'UTILITIES/COMPAT', ...
'FILEIO/COMPAT', 'PREPROC/COMPAT', 'FORWARD/COMPAT', ...
Expand Down
3 changes: 3 additions & 0 deletions inverse/private/ft_hastoolbox.m
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
'WAVEFRONT' 'see http://mathworks.com/matlabcentral/fileexchange/27982-wavefront-obj-toolbox'
'NEURONE' 'see http://www.megaemg.com/support/unrestricted-downloads'
'COLORBREWER' 'see https://nl.mathworks.com/matlabcentral/fileexchange/45208-colorbrewer--attractive-and-distinctive-colormaps'
'CELLFUNCTION' 'see https://github.com/schoffelen/cellfunction'
};

if nargin<2
Expand Down Expand Up @@ -380,6 +381,8 @@
dependency = {'ft_spiketriggeredaverage', 'ft_spiketriggeredspectrum'};
case 'FILEEXCHANGE'
dependency = is_subdir_in_fieldtrip_path('/external/fileexchange');
case 'CELLFUNCTION'
dependency = {'cellmean', 'cellvecadd', 'cellcat'};
case {'INVERSE', 'REALTIME', 'SPECEST', 'PREPROC', ...
'COMPAT', 'STATFUN', 'TRIALFUN', 'UTILITIES/COMPAT', ...
'FILEIO/COMPAT', 'PREPROC/COMPAT', 'FORWARD/COMPAT', ...
Expand Down

0 comments on commit 5618dbb

Please sign in to comment.