From f302f297c1551859eca990b7ca5ae329371502d5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Mon, 30 Dec 2013 16:05:13 +0100
Subject: [PATCH] Option endogenous_terminal_periods is only available with
 stack_solve_algo==0.

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

diff --git a/doc/dynare.texi b/doc/dynare.texi
index 40284b051..278ae251f 100644
--- a/doc/dynare.texi
+++ b/doc/dynare.texi
@@ -3202,7 +3202,8 @@ associated equations) for which the solution has already been identified
 (up to the  tolerance parameter). This strategy can be  interpreted as a
 mix  of the  shooting and  relaxation  approaches. Note  that round  off
 errors are  more important with  this mixed strategy (user  should check
-the reported value of the maximum absolute error).
+the reported value  of the maximum absolute error).  Only available with
+option @code{stack_solve_algo==0}.
 
 @item maxit = @var{INTEGER}
 Determines the maximum number of iterations used in the non-linear solver.
-- 
GitLab