Skip to content

Commit

Permalink
Bugfix: Matlab version check for compilation method
Browse files Browse the repository at this point in the history
  • Loading branch information
ftadel committed Sep 23, 2021
1 parent 6cb07be commit f58953c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainstorm.m
Expand Up @@ -275,7 +275,7 @@
isPlugs = 1;
end
% Matlab < 2020a: Old compilation function using deploytool
if (bst_get('MatlabVersion') < 910)
if (bst_get('MatlabVersion') < 908)
addpath(fullfile(BrainstormHomeDir, 'deploy', 'deprecated'));
if isPlugs
bst_deploy_java('2');
Expand Down

0 comments on commit f58953c

Please sign in to comment.