Skip to content
Snippets Groups Projects
Commit 79e5370a authored by Nicola Vigano's avatar Nicola Vigano
Browse files

Startup: fixed error with matlab 2014b

parent f8bb26b0
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@ function initialise_gt(ignore_id19)
end
[~, hostname] = system('hostname');
if (verLessThan('matlab','8.6.0') ...
if (verLessThan('matlab', '8.4.0') ...
&& any(~cellfun(@isempty, regexpi(hostname, {'rnice', 'crunch', 'gpu'}))))
% This fixes a few problems with rendering on the ESRF cluster
opengl('software');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment