Skip to content

Commit 7f276cb

Browse files
authored
Merge pull request #88 from cpp-lln-lab/remi-update_from_retinotopy
fix on user input
2 parents 258ad3c + a1edacd commit 7f276cb

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

src/userInputs.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
cfg = struct('debug', []);
1616
end
1717

18+
cfg = checkCFG(cfg);
19+
1820
[cfg, responses] = setDefaultResponses(cfg);
1921

2022
if ~cfg.debug.do

tests/test_checkCFG.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function test_checkCfgBasic()
8989
expectedCfgStructure.subject.askGrpSess = [true true];
9090

9191
expectedCfgStructure.verbose = 0;
92-
92+
9393
expectedCfgStructure.useGUI = false;
9494

9595
expectedCfgStructure.fileName.task = '';

0 commit comments

Comments
 (0)