From 63f46ffb0cd780adf817912fb05fefd5fdb9ceb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Thu, 6 Jun 2019 13:28:41 +0200 Subject: [PATCH] Manual: fix typo in osr_params_bounds example --- doc/dynare.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dynare.texi b/doc/dynare.texi index 75519501be..284b05e91a 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -8286,7 +8286,7 @@ Note that the use of this block requires the use of a constrained optimizer, @i{ @example -osr_param_bounds; +osr_params_bounds; gamma_inf_, 0, 2.5; end; -- GitLab