Skip to content
Snippets Groups Projects
Commit d88a6898 authored by sebastien's avatar sebastien
Browse files

trunk preprocessor: added method VariableNode::get_symb_id()

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2643 ac1d8469-bf42-47a9-8791-bf33cf982152
parent 9179ebe4
No related branches found
No related tags found
No related merge requests found
...@@ -231,6 +231,7 @@ public: ...@@ -231,6 +231,7 @@ public:
virtual double eval(const eval_context_type &eval_context) const throw (EvalException); virtual double eval(const eval_context_type &eval_context) const throw (EvalException);
virtual void compile(ofstream &CompileCode, bool lhs_rhs, ExprNodeOutputType output_type, const temporary_terms_type &temporary_terms, map_idx_type &map_idx) const; virtual void compile(ofstream &CompileCode, bool lhs_rhs, ExprNodeOutputType output_type, const temporary_terms_type &temporary_terms, map_idx_type &map_idx) const;
virtual NodeID toStatic(DataTree &static_datatree) const; virtual NodeID toStatic(DataTree &static_datatree) const;
int get_symb_id() const { return symb_id; };
}; };
//! Unary operator node //! Unary operator node
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment