Skip to content

Commit accb67c

Browse files
authored
Merge pull request #6 from Remi-Gau/master
add call to checkCFG in createFileName
2 parents 75c2459 + 3a8ba03 commit accb67c

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)