From 06e6db580ca6f0b97cf837c0bb13e08c01f698a0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=28Charybdis=29?=
 <stephane.adjemian@univ-lemans.fr>
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 bfef2ac596..7035411ce5 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.
-- 
GitLab