File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11function checkCppBidsDependencies
22
33 pth = fileparts(mfilename(' fullpath' ));
4-
4+
55 checkSubmodule(fullfile(pth , ' lib' , ' JSONio' ));
66 checkSubmodule(fullfile(pth , ' lib' , ' bids-matlab' ));
7-
7+
88 addpath(fullfile(pth , ' lib' , ' utils' ));
99 addpath(fullfile(pth , ' subfun' ));
10-
10+
1111 printCreditsCppBids();
1212
1313end
Original file line number Diff line number Diff line change 1616 end
1717
1818 askGrpSess = [true true ];
19- if isfield(cfg , ' askGrpSess' ) && ~isempty(cfg .askGrpSess )
20- askGrpSess = cfg .askGrpSess ;
19+ if isfield(cfg , ' askGrpSess' ) && ~isempty(cfg .subject . askGrpSess )
20+ askGrpSess = cfg .subject . askGrpSess ;
2121 end
2222 if numel(askGrpSess ) < 2
2323 askGrpSess(2 ) = 1 ;
5959
6060 end
6161
62- cfg.subjectGrp = subjectGrp ;
63- cfg.subjectNb = subjectNb ;
64- cfg.sessionNb = sessionNb ;
65- cfg.runNb = runNb ;
62+ cfg.subject. subjectGrp = subjectGrp ;
63+ cfg.subject. subjectNb = subjectNb ;
64+ cfg.subject. sessionNb = sessionNb ;
65+ cfg.subject. runNb = runNb ;
6666
6767end
6868
You can’t perform that action at this time.
0 commit comments