From 014e18df6988e6170d8e01f7397a67e844b1dfb2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Wed, 22 Sep 2021 16:27:48 +0200
Subject: [PATCH] Preprocessor: remove unused steady_state_growth option to
 pac_model

---
 preprocessor                                    | 2 +-
 tests/pac/trend-component-1-mce/example_det.mod | 4 ++--
 tests/pac/trend-component-2-mce/example_sto.mod | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/preprocessor b/preprocessor
index d1acee0631..eb006ecaeb 160000
--- a/preprocessor
+++ b/preprocessor
@@ -1 +1 @@
-Subproject commit d1acee0631122da3dc90e1f81774389d6fa978a2
+Subproject commit eb006ecaeb6af84f445d2956853c4c89a92d7bc3
diff --git a/tests/pac/trend-component-1-mce/example_det.mod b/tests/pac/trend-component-1-mce/example_det.mod
index 34d1aeda48..0d5ece3f70 100644
--- a/tests/pac/trend-component-1-mce/example_det.mod
+++ b/tests/pac/trend-component-1-mce/example_det.mod
@@ -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;
 
@@ -65,4 +65,4 @@ shocks;
 end;
 
 perfect_foresight_setup(periods=50);
-perfect_foresight_solver;
\ No newline at end of file
+perfect_foresight_solver;
diff --git a/tests/pac/trend-component-2-mce/example_sto.mod b/tests/pac/trend-component-2-mce/example_sto.mod
index 89c3f81ccf..364ffd4ca1 100644
--- a/tests/pac/trend-component-2-mce/example_sto.mod
+++ b/tests/pac/trend-component-2-mce/example_sto.mod
@@ -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);
 
@@ -74,4 +74,4 @@ var ex2bar = .0;
 var ez = .02; 
 end;
 
-stoch_simul(periods=1000, noprint);
\ No newline at end of file
+stoch_simul(periods=1000, noprint);
-- 
GitLab