Skip to content

Commit ac5dd0c

Browse files
authored
Merge pull request #60 from cpp-lln-lab/remi-localizer_update
update to fix localizer script
2 parents c1cd48c + b5e6c7a commit ac5dd0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

userInputs.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
cfg = [];
1515
end
1616
if isempty(cfg.debug)
17-
cfg.debug = false;
17+
cfg.debug.do = false;
1818
end
1919

2020
askGrpSess = [true true];
@@ -35,7 +35,7 @@
3535
runNb = [];
3636

3737
% When in debug more this function returns some dummy values
38-
if cfg.debug
38+
if cfg.debug.do
3939
subjectGrp = 'ctrl';
4040
subjectNb = 666;
4141
runNb = 666;

0 commit comments

Comments
 (0)