diff --git a/src/ModelTree.hh b/src/ModelTree.hh index 3544f382fcba7b8257d50266506d17d75a8b517c..55b666e84a8fcbc4f0e6e686a89778244d6f4be4 100644 --- a/src/ModelTree.hh +++ b/src/ModelTree.hh @@ -210,9 +210,6 @@ protected: the vector of all temporary terms */ 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<bool> is_equation_linear;