Testsuite: compatibility fix for MATLAB R2014a

Double quotes strings are not supported under older MATLAB versions.
time-shift
Sébastien Villemot 2021-01-19 16:13:32 +01:00
parent 783598bdeb
commit c9a6637ca5
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
2 changed files with 2 additions and 2 deletions

View File

@ -40,5 +40,5 @@ rplot k;
if ~all(oo_.exo_simul(M_.maximum_lag+(1:3)) == [ 2.4; 1.6; 1.6]) ...
|| ~all(oo_.exo_simul(M_.maximum_lag+(4:200)) == 2)
error("mshocks not correctly applied")
error('mshocks not correctly applied')
end

View File

@ -42,5 +42,5 @@ rplot k;
if ~all(oo_.exo_simul(M_.maximum_lag+(1:3)) == [ 2.4; 1.6; 1.6]) ...
|| ~all(oo_.exo_simul(M_.maximum_lag+(4:200)) == 2)
error("mshocks not correctly applied")
error('mshocks not correctly applied')
end