Skip to content

Commit c5f8a51

Browse files
committed
change name checkDependencies
1 parent 5e66e04 commit c5f8a51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

checkDependencies.m renamed to checkPtbVersion.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function checkDependencies()
1+
function checkPtbVersion()
22
% Checks that the right dependencies are installed.
33

44
printCredits();

initPTB.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
% TO DO
4242
% - We might want to add a couple of IF in case the experiment does not use audio for example.
4343

44-
checkDependencies();
44+
checkPtbVersion();
4545

4646
% For octave: to avoid displaying messenging one screen at a time
4747
more off;

0 commit comments

Comments
 (0)