Cosmetic change.

time-shift
Stéphane Adjemian(Charybdis) 2018-03-04 19:15:27 +01:00 committed by Sébastien Villemot
parent ab911e98c4
commit 634b11de70
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ crange = constraints.dates;
instruments = exogenousvariables(crange);
freeinnovations = instruments.name(find(all(isnan(instruments))));
if ~isequal(length(freeinnovations), constraints.vobs)
error('model_inversion: The number of instruments must be equal to the number of constrained variables!')
error('The number of instruments must be equal to the number of constrained variables!')
end
% Check if some of the exogenous variables are given.