Skip to content

Commit 3a8ba03

Browse files
committed
add call to checkCFG in createFileName
1 parent eb7d812 commit 3a8ba03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

createFilename.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626

2727
dateFormat = 'yyyymmdd_HHMM';
2828

29-
29+
% Setting some defaults: no need to change things here
30+
expParameters = checkCFG(expParameters);
3031

3132
% extract input
3233
subjectGrp = expParameters.subjectGrp;

0 commit comments

Comments
 (0)