From fc836cd4105c9d66f7d6d5f0ff8836557b1867fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@debian.org> Date: Tue, 21 Jul 2015 14:11:54 +0200 Subject: [PATCH] =?UTF-8?q?Dot=20forgotten=20in=20previous=20commit?= =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- matlab/dynare_config.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/dynare_config.m b/matlab/dynare_config.m index d52ec96629..ed5f12596c 100644 --- a/matlab/dynare_config.m +++ b/matlab/dynare_config.m @@ -91,7 +91,7 @@ if ~isoctave && matlab_ver_less_than('7.4') end % ilu is missing in old versions of MATLAB and in Octave < 4.0 -if (isoctave && octave_ver_less_than('4.0')) || .. +if (isoctave && octave_ver_less_than('4.0')) || ... (~isoctave && matlab_ver_less_than('7.4')) addpath([dynareroot '/missing/ilu']) end -- GitLab