From a9a882bb3d1a83799e98d0f3a841921cce57115f Mon Sep 17 00:00:00 2001
From: Johannes Pfeifer <jpfeifer@gmx.de>
Date: Thu, 23 Nov 2017 19:32:25 +0100
Subject: [PATCH] initial_condition_decomposition: Add nodisplay, graph_format,
 fig_name options

---
 DynareBison.yy | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/DynareBison.yy b/DynareBison.yy
index 97c45514..7fbae92a 100644
--- a/DynareBison.yy
+++ b/DynareBison.yy
@@ -2721,6 +2721,9 @@ initial_condition_decomposition_option : o_icd_type
                                        | o_icd_write_xls
                                        | o_icd_plot_init_date
                                        | o_icd_plot_end_date
+                                       | o_nodisplay
+                                       | o_graph_format
+                                       | o_psd_fig_name
                                        ;
 
 homotopy_setup: HOMOTOPY_SETUP ';' homotopy_list END ';'
-- 
GitLab