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

Bytecode: remove unused data structure

parent 29444844
No related branches found
No related tags found
No related merge requests found
...@@ -210,9 +210,6 @@ protected: ...@@ -210,9 +210,6 @@ protected:
the vector of all temporary terms */ the vector of all temporary terms */
temporary_terms_idxs_t blocks_temporary_terms_idxs; temporary_terms_idxs_t blocks_temporary_terms_idxs;
//! the file containing the model and the derivatives code
ofstream code_file;
//! Vector indicating if the equation is linear in endogenous variable (true) or not (false) //! Vector indicating if the equation is linear in endogenous variable (true) or not (false)
vector<bool> is_equation_linear; vector<bool> is_equation_linear;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment