preprocessor: fix bug that caused temporary terms not to be printed for the parameter derivatives of the static model. closes #1397

issue#70
Houtan Bastani 2017-03-01 12:20:55 +01:00
parent ad84914118
commit 9eb7c00da1
1 changed files with 1 additions and 4 deletions

View File

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