Cosmetic change.

time-shift
Stéphane Adjemian(Charybdis) 2018-03-04 19:15:27 +01:00
parent d7f87ba29f
commit 06e6db580c
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.