From 695ec4b6c1f1182d2ccd552ed44f2da1bf01503e Mon Sep 17 00:00:00 2001
From: Johannes Pfeifer <jpfeifer@gmx.de>
Date: Fri, 26 Jun 2020 18:21:02 +0200
Subject: [PATCH] set_parameters_locally.m: fix comment

---
 matlab/set_parameters_locally.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/set_parameters_locally.m b/matlab/set_parameters_locally.m
index 492024daa8..008abc3a04 100644
--- a/matlab/set_parameters_locally.m
+++ b/matlab/set_parameters_locally.m
@@ -1,6 +1,6 @@
 function M_=set_parameters_locally(M_,xparam1)
 
-% function M_out=set_parameters(M_,xparam1)
+% function M_=set_parameters_locally(M_,xparam1)
 % Sets parameters value (except measurement errors)
 % This is called for computations such as IRF and forecast
 % when measurement errors aren't taken into account; in contrast to
-- 
GitLab