From b37ed6f255d2e28e37eece484f7637df66872dc6 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Thu, 6 Oct 2016 14:20:04 +0200 Subject: [PATCH] Allow first_obs and nobs as options of shock_decomposition --- DynareBison.yy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DynareBison.yy b/DynareBison.yy index fcd4def9..2f103831 100644 --- a/DynareBison.yy +++ b/DynareBison.yy @@ -2477,6 +2477,8 @@ shock_decomposition_option : o_parameter_set | o_use_shock_groups | o_colormap | o_shock_decomposition_nograph + | o_first_obs + | o_nobs ; homotopy_setup: HOMOTOPY_SETUP ';' homotopy_list END ';'