Skip to content

Commit 6af57b9

Browse files
committed
add input folder to initEnv
1 parent 79a0be4 commit 6af57b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

initEnv.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,6 @@ function addDependencies()
102102
addpath(genpath(fullfile(pth, 'lib', 'CPP_BIDS', 'src')));
103103
addpath(genpath(fullfile(pth, 'lib', 'CPP_PTB', 'src')));
104104
addpath(fullfile(pth, 'subfun'));
105+
addpath(fullfile(pth, 'input'));
105106

106107
end

0 commit comments

Comments
 (0)