Skip to content

Commit

Permalink
automatically synchronized identical files to 2a2425a
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoostenveld committed Dec 9, 2021
1 parent 2a2425a commit 42b1aea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fileio/private/ft_hastoolbox.m
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
case 'MEG-CALC'
dependency = {'megmodel', 'megfield', 'megtrans'};
case 'MVPA-LIGHT'
dependency = {'mv_crossvalidate','train_lda'};
dependency = {'mv_classify','train_lda'};
case 'BIOSIG'
dependency = {'sopen', 'sread'};
case 'EEG'
Expand Down
2 changes: 1 addition & 1 deletion forward/private/ft_hastoolbox.m
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
case 'MEG-CALC'
dependency = {'megmodel', 'megfield', 'megtrans'};
case 'MVPA-LIGHT'
dependency = {'mv_crossvalidate','train_lda'};
dependency = {'mv_classify','train_lda'};
case 'BIOSIG'
dependency = {'sopen', 'sread'};
case 'EEG'
Expand Down
2 changes: 1 addition & 1 deletion inverse/private/ft_hastoolbox.m
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
case 'MEG-CALC'
dependency = {'megmodel', 'megfield', 'megtrans'};
case 'MVPA-LIGHT'
dependency = {'mv_crossvalidate','train_lda'};
dependency = {'mv_classify','train_lda'};
case 'BIOSIG'
dependency = {'sopen', 'sread'};
case 'EEG'
Expand Down
2 changes: 1 addition & 1 deletion plotting/private/ft_hastoolbox.m
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
case 'MEG-CALC'
dependency = {'megmodel', 'megfield', 'megtrans'};
case 'MVPA-LIGHT'
dependency = {'mv_crossvalidate','train_lda'};
dependency = {'mv_classify','train_lda'};
case 'BIOSIG'
dependency = {'sopen', 'sread'};
case 'EEG'
Expand Down

0 comments on commit 42b1aea

Please sign in to comment.