We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a469e commit f358d2dCopy full SHA for f358d2d
checkCppBidsDependencies.m
@@ -2,8 +2,8 @@
2
3
pth = fileparts(mfilename('fullpath'));
4
5
- checkSubmodule(fullfile(pth, 'lib', 'JSONio'))
6
- checkSubmodule(fullfile(pth, 'lib', 'bids-matlab'))
+ checkSubmodule(fullfile(pth, 'lib', 'JSONio'));
+ checkSubmodule(fullfile(pth, 'lib', 'bids-matlab'));
7
8
addpath(fullfile(pth, 'lib', 'utils'));
9
addpath(fullfile(pth, 'subfun'));
0 commit comments