Preprocessor: remove unused steady_state_growth option to pac_model

pac-components
Sébastien Villemot 2021-09-22 16:27:48 +02:00
parent f318ca6574
commit 014e18df69
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
3 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit d1acee0631122da3dc90e1f81774389d6fa978a2 Subproject commit eb006ecaeb6af84f445d2956853c4c89a92d7bc3

View File

@ -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']); 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; model;
@ -65,4 +65,4 @@ shocks;
end; end;
perfect_foresight_setup(periods=50); perfect_foresight_setup(periods=50);
perfect_foresight_solver; perfect_foresight_solver;

View File

@ -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']); 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); model(linear);
@ -74,4 +74,4 @@ var ex2bar = .0;
var ez = .02; var ez = .02;
end; end;
stoch_simul(periods=1000, noprint); stoch_simul(periods=1000, noprint);