We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e66e04 commit c5f8a51Copy full SHA for c5f8a51
checkDependencies.m renamed to checkPtbVersion.m
@@ -1,4 +1,4 @@
1
-function checkDependencies()
+function checkPtbVersion()
2
% Checks that the right dependencies are installed.
3
4
printCredits();
initPTB.m
@@ -41,7 +41,7 @@
41
% TO DO
42
% - We might want to add a couple of IF in case the experiment does not use audio for example.
43
44
- checkDependencies();
+ checkPtbVersion();
45
46
% For octave: to avoid displaying messenging one screen at a time
47
more off;
0 commit comments