From e2b01dd152cbc18eb590ad324c9b0a894f2fb4bb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Fri, 12 Apr 2013 10:27:18 +0200
Subject: [PATCH] Fix structure error in reference manual

---
 doc/dynare.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/dynare.texi b/doc/dynare.texi
index 0824a6245b..86847731d4 100644
--- a/doc/dynare.texi
+++ b/doc/dynare.texi
@@ -2467,12 +2467,13 @@ Default is @code{0}.
 
 @item nocheck
 Don't check the steady state values when they are provided explicitely either by a steady state file or a @code{steady_state_model} block. This is useful for models with unit roots as, in this case, the steady state is not unique or doesn't exist.
-@end table
 
 @item markowitz = @var{DOUBLE}
 Value of the Markowitz criterion, used to select the pivot. Only used
 when @code{solve_algo = 5}. Default: @code{0.5}.
 
+@end table
+
 @examplehead
 
 @xref{Initial and terminal conditions}.
-- 
GitLab