Skip to content

Commit e9f734b

Browse files
committed
move scripts into dedicated folder
1 parent 1ec1199 commit e9f734b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/ptbSoundDeviceTest.m renamed to scripts/ptbSoundDeviceTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
clc;
1010

1111
% init CPP PTB
12-
rootDir = cd(fullfile(fileparts(mfilename('fullpath')), '..', '..'));
12+
rootDir = cd(fullfile(fileparts(mfilename('fullpath')), '..'));
1313
cpp_ptb;
1414

1515
% PsychPortAudio('Close');

0 commit comments

Comments
 (0)