Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Camilo Marchesini
dynare
Commits
ff1ae57e
Commit
ff1ae57e
authored
Nov 07, 2017
by
Johannes Pfeifer
Browse files
Correct setting of plot_shock_decomp.type
Closes #1548
parent
d4e3dbe3
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/DynareBison.yy
View file @
ff1ae57e
...
...
@@ -3221,16 +3221,16 @@ o_psd_fig_name : FIG_NAME EQUAL filename { driver.option_str("plot_shock_decomp.
o_psd_type : TYPE EQUAL QOQ
{ driver.option_str("plot_shock_decomp.type", "qoq"); }
| TYPE EQUAL YOY
{ driver.option_str("plot_shock_decomp.type", "
qoq
"); }
{ driver.option_str("plot_shock_decomp.type", "
yoy
"); }
| TYPE EQUAL AOA
{ driver.option_str("plot_shock_decomp.type", "
qoq
"); }
{ driver.option_str("plot_shock_decomp.type", "
aoa
"); }
;
o_icd_type : TYPE EQUAL QOQ
{ driver.option_str("initial_condition_decomp.type", "qoq"); }
| TYPE EQUAL YOY
{ driver.option_str("initial_condition_decomp.type", "
qoq
"); }
{ driver.option_str("initial_condition_decomp.type", "
yoy
"); }
| TYPE EQUAL AOA
{ driver.option_str("initial_condition_decomp.type", "
qoq
"); }
{ driver.option_str("initial_condition_decomp.type", "
aoa
"); }
;
o_icd_plot_init_date : PLOT_INIT_DATE EQUAL date_expr { driver.option_date("initial_condition_decomp.plot_init_date", $3); } ;
o_icd_plot_end_date : PLOT_END_DATE EQUAL date_expr { driver.option_date("initial_condition_decomp.plot_end_date", $3); } ;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment