diff --git a/matlab/dynare_config.m b/matlab/dynare_config.m index e87822459a719f906fa0046364373b3f58a21157..050bb60e88bca64d56f662ef782ec72d5de63336 100644 --- a/matlab/dynare_config.m +++ b/matlab/dynare_config.m @@ -16,7 +16,7 @@ function dynareroot = dynare_config(path_to_dynare) % SPECIAL REQUIREMENTS % none -% Copyright (C) 2001-2019 Dynare Team +% Copyright (C) 2001-2020 Dynare Team % % This file is part of Dynare. % @@ -138,7 +138,7 @@ if ~isoctave && matlab_ver_less_than('7.11') end %% isdiag is missing in MATLAB < R2014a -if ~isoctave && matlab_ver_less_than('8.4') +if ~isoctave && matlab_ver_less_than('8.3') p{end+1} = '/missing/isdiag'; end