From e73729106835d4e90cfc07826ce491ebfdb7a80f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr> Date: Fri, 15 Jun 2012 10:30:53 +0200 Subject: [PATCH] Allow nograph, nodisplay and graph_format in identification --- doc/dynare.texi | 9 +++++++++ preprocessor/DynareBison.yy | 3 +++ 2 files changed, 12 insertions(+) diff --git a/doc/dynare.texi b/doc/dynare.texi index 0a9751ae4..fea3a6f47 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -5784,6 +5784,15 @@ Specify the parameter set to use. Default: @code{prior_mean} @item kalman_algo = @var{INTEGER} @xref{kalman_algo}. +@item nograph +@xref{nograph}. + +@item nodisplay +@xref{nodisplay}. + +@item graph_format = @var{FORMAT} +@xref{graph_format}. + @end table @end deffn diff --git a/preprocessor/DynareBison.yy b/preprocessor/DynareBison.yy index 3c298b87c..030f589b9 100644 --- a/preprocessor/DynareBison.yy +++ b/preprocessor/DynareBison.yy @@ -1604,6 +1604,9 @@ identification_option : o_ar | o_parameter_set | o_lik_init | o_kalman_algo + | o_nograph + | o_nodisplay + | o_graph_format ; model_comparison : MODEL_COMPARISON mc_filename_list ';' -- GitLab