diff --git a/matlab/dynare_config.m b/matlab/dynare_config.m index b22d08ba0..e00ee6064 100644 --- a/matlab/dynare_config.m +++ b/matlab/dynare_config.m @@ -123,6 +123,11 @@ if ~isoctave && matlab_ver_less_than('8.1') p{end+1} = '/missing/strsplit'; end +% isrow is missing in Matlab. + +[m, n] = size(V); +r = (m == 1); diff --git a/preprocessor b/preprocessor index 48031b99f..9166cda22 160000 --- a/preprocessor +++ b/preprocessor @@ -1 +1 @@ -Subproject commit 48031b99f6586dc33bf0935393e5a45bf2bc8dd0 +Subproject commit 9166cda2257d062c2a2f685af3a4022e4731ccd1