From 41ed08020c07660ed3aece1a39d06b764ea7937e Mon Sep 17 00:00:00 2001
From: Johannes Pfeifer <jpfeifer@gmx.de>
Date: Mon, 27 Dec 2021 13:03:47 +0100
Subject: [PATCH] initial_estimation_checks.m: fix warning display

(cherry picked from commit 086e0895cb5414c75c78da8a3cb4fdf7e375959c)
---
 matlab/initial_estimation_checks.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/initial_estimation_checks.m b/matlab/initial_estimation_checks.m
index b684fa1db1..89629275f4 100644
--- a/matlab/initial_estimation_checks.m
+++ b/matlab/initial_estimation_checks.m
@@ -72,7 +72,7 @@ if DynareOptions.order>1
         error('initial_estimation_checks:: the particle filter with order>2 does not support pruning')
     end
     if DynareOptions.particle.pruning~=DynareOptions.pruning
-        warning('initial_estimation_checks:: the pruning settings differ between the particle filter and the one used for IRFs/simulations. Make sure this is intended.\n')
+        warning('initial_estimation_checks:: the pruning settings differ between the particle filter and the one used for IRFs/simulations. Make sure this is intended.')
     end
 end
 
-- 
GitLab