introduce changes to epilogue block

preprocessor#36
- detrend epilogue statements
- write names of epilogue variables in `M_.epilogue_names`
- output list of endogs used in epilogue equations in `M_.epilogue_var_list_`
- output static and dynamic epilogue files
time-shift
Houtan Bastani 2019-12-11 16:30:37 +01:00
parent 40e4317ef2
commit 32872362b3
No known key found for this signature in database
GPG Key ID: 000094FB955BE169
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 8dc70602c8122622406a146bf28e486f553768bc
Subproject commit 5430bb4bc63e254af23bd0006f25aef33f3cbdcf

View File

@ -56,4 +56,4 @@ end;
ds = dseries(oo_.endo_simul', 2000Q1, M_.endo_names);
ds = [ds dseries(randn(7,1), 2000Q1, 'x')];
ds = example1.epilogue(M_.params, ds);
ds = example1.epilogue_dynamic(M_.params, ds);