Skip to content
Snippets Groups Projects
Verified Commit 014e18df authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Preprocessor: remove unused steady_state_growth option to pac_model

parent f318ca65
No related branches found
No related tags found
No related merge requests found
Subproject commit d1acee0631122da3dc90e1f81774389d6fa978a2
Subproject commit eb006ecaeb6af84f445d2956853c4c89a92d7bc3
......@@ -30,7 +30,7 @@ gamma = .7;
trend_component_model(model_name=toto, eqtags=['eq:x1', 'eq:x2', 'eq:x1bar', 'eq:x2bar'], targets=['eq:x1bar', 'eq:x2bar']);
pac_model(discount=beta, model_name=pacman, steady_state_growth=.0);
pac_model(discount=beta, model_name=pacman);
model;
......
......@@ -30,7 +30,7 @@ gamma = .7;
trend_component_model(model_name=toto, eqtags=['eq:x1', 'eq:x2', 'eq:x1bar', 'eq:x2bar'], targets=['eq:x1bar', 'eq:x2bar']);
pac_model(discount=beta, model_name=pacman, steady_state_growth=.0);
pac_model(discount=beta, model_name=pacman);
model(linear);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment