From e5dc1cfeec0be1b850b06670951775ca063dc24f Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Mon, 3 Apr 2017 17:18:59 +0200 Subject: [PATCH] doc: update for nostrict changes --- doc/dynare.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dynare.texi b/doc/dynare.texi index fc946890cb..8cfc3f036d 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -932,7 +932,7 @@ over those passed to @ref{@@#includepath}. Allows Dynare to issue a warning and continue processing when @enumerate @item there are more endogenous variables than equations -@item an undeclared symbol is assigned in @code{initval} or @code{endval} +@item an undeclared symbol is assigned in @code{initval}, @code{endval}, @code{histval}, or @code{shocks} @item exogenous variables were declared but not used in the @code{model} block @end enumerate -- GitLab