File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ function test_createFilename()
1414cfg.eyeTracker = true ;
1515cfg.device = ' PC' ;
1616
17- expParameters = checkCFG(expParameters );
18- expParameters = createFilename(expParameters , cfg );
17+ expParameters = checkCFG(cfg , expParameters );
18+ expParameters = createFilename(cfg , expParameters );
1919
2020outputDir = fullfile(pwd , ...
2121 ' ..' , ' ..' , ...
@@ -49,8 +49,8 @@ function test_createFilename()
4949cfg.eyeTracker = false ;
5050cfg.device = ' scanner' ;
5151
52- expParameters = checkCFG(expParameters );
53- expParameters = createFilename(expParameters , cfg );
52+ expParameters = checkCFG(cfg , expParameters );
53+ expParameters = createFilename(cfg , expParameters );
5454
5555outputDir = fullfile(pwd , ...
5656 ' ..' , ' ..' , ...
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ function test_saveEventsFile()
1313cfg.eyeTracker = false ;
1414cfg.device = ' scanner' ;
1515
16- expParameters = checkCFG(expParameters );
17- expParameters = createFilename(expParameters , cfg );
16+ expParameters = checkCFG(cfg , expParameters );
17+ expParameters = createFilename(cfg , expParameters );
1818
1919
2020
You can’t perform that action at this time.
0 commit comments