diff --git a/src/ModelTree.hh b/src/ModelTree.hh index 3544f382..55b666e8 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 is_equation_linear;