From 634b11de70cd473ad256bc8be3a5ed097c6f318c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=28Charybdis=29?= Date: Sun, 4 Mar 2018 19:15:27 +0100 Subject: [PATCH] Cosmetic change. --- matlab/model_inversion.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.