From 9eb7c00da10f965e44ef51340981cda1c884fb7c Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Wed, 1 Mar 2017 12:20:55 +0100
Subject: [PATCH] preprocessor: fix bug that caused temporary terms not to be
 printed for the parameter derivatives of the static model. closes #1397

---
 StaticModel.hh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/StaticModel.hh b/StaticModel.hh
index bf6cad6f..8535a714 100644
--- a/StaticModel.hh
+++ b/StaticModel.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2016 Dynare Team
+ * Copyright (C) 2003-2017 Dynare Team
  *
  * This file is part of Dynare.
  *
@@ -30,9 +30,6 @@ using namespace std;
 class StaticModel : public ModelTree
 {
 private:
-  //! Temporary terms for the file containing parameters dervicatives
-  temporary_terms_t params_derivs_temporary_terms;
-
   //! global temporary terms for block decomposed models
   vector<vector<temporary_terms_t> > v_temporary_terms;
 
-- 
GitLab