Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
1259d4a6
Commit
1259d4a6
authored
Jan 09, 2012
by
Sébastien Villemot
Browse files
Fix crash on older MATLAB introduced in previous commit
parent
dcaed91f
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/user_has_matlab_license.m
View file @
1259d4a6
...
...
@@ -31,6 +31,6 @@ function [hasLicense] = user_has_matlab_license(toolbox)
if
matlab_ver_less_than
(
'7.12'
)
hasLicense
=
license
(
'test'
,
toolbox
);
else
[
hasLicense
~
]
=
license
(
'checkout'
,
toolbox
);
[
hasLicense
junk
]
=
license
(
'checkout'
,
toolbox
);
end
end
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment