diff --git a/matlab/model_inversion.m b/matlab/model_inversion.m index f9a96ca83..f67288cc1 100644 --- a/matlab/model_inversion.m +++ b/matlab/model_inversion.m @@ -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.