Skip to content
Snippets Groups Projects
Commit 139f5ae7 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

ilu function has been implemented in Octave 4.0.

(manually cherry picked from commit 80f512b9)
parent 6bccb4d3
No related branches found
No related tags found
No related merge requests found
......@@ -90,8 +90,8 @@ if ~isoctave && matlab_ver_less_than('7.4')
addpath([dynareroot '/missing/bsxfun'])
end
% ilu is missing in old versions of MATLAB and in Octave
if isoctave || matlab_ver_less_than('7.4')
% ilu is missing in old versions of MATLAB and in Octave < 4.0
if (isoctave && octave_ver_less_than('4.0')) || matlab_ver_less_than('7.4')
addpath([dynareroot '/missing/ilu'])
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment