Skip to content

Commit eed5e78

Browse files
committed
make sure that userInput initializes cfg before running
1 parent 258ad3c commit eed5e78

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/userInputs.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
if nargin < 1
1515
cfg = struct('debug', []);
1616
end
17+
18+
cfg = checkCFG(cfg);
1719

1820
[cfg, responses] = setDefaultResponses(cfg);
1921

0 commit comments

Comments
 (0)