From b62649a6675bb113b20dad4eeb7612dfcde745d9 Mon Sep 17 00:00:00 2001 From: sebastien <sebastien@ac1d8469-bf42-47a9-8791-bf33cf982152> Date: Thu, 5 Feb 2009 15:07:49 +0000 Subject: [PATCH] trunk preprocessor: cosmetic change to Bison file, for consistency with other options git-svn-id: https://www.dynare.org/svn/dynare/trunk@2398 ac1d8469-bf42-47a9-8791-bf33cf982152 --- DynareBison.yy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DynareBison.yy b/DynareBison.yy index a045e796..9ba11294 100644 --- a/DynareBison.yy +++ b/DynareBison.yy @@ -948,6 +948,7 @@ estimation_options : o_datafile | o_noconstant | o_mh_recover | o_diffuse_filter + | o_plot_priors | o_order ; @@ -1342,7 +1343,7 @@ o_constant : CONSTANT { driver.option_num("noconstant", "0"); }; o_noconstant : NOCONSTANT { driver.option_num("noconstant", "1"); }; o_mh_recover : MH_RECOVER { driver.option_num("mh_recover", "1"); }; o_diffuse_filter: DIFFUSE_FILTER {driver.option_num("diffuse_filter", "1"); }; -o_diffuse_filter: PLOT_PRIORS {driver.option_num("plot_priors", "1"); }; +o_plot_priors: PLOT_PRIORS {driver.option_num("plot_priors", "1"); }; o_planner_discount : PLANNER_DISCOUNT EQUAL number { driver.option_num("planner_discount",$3); }; -- GitLab