- Downloads
Refactor code for collecting variables appearing in expressions
- rename ExprNode::collectVariables in ExprNode::collectDynamicVariables - new ExprNode::collectVariables: same as above, but without lag information - remove ExprNode::findUnusedEndogenous: essentially redundant with the above) - remove ExprNode::collectModelLocalVariables: idem
Showing
- DynamicModel.cc 18 additions, 12 deletionsDynamicModel.cc
- DynamicModel.hh 1 addition, 1 deletionDynamicModel.hh
- ExprNode.cc 25 additions, 67 deletionsExprNode.cc
- ExprNode.hh 17 additions, 24 deletionsExprNode.hh
- ModFile.cc 1 addition, 2 deletionsModFile.cc
- ModelTree.cc 1 addition, 1 deletionModelTree.cc
- ParsingDriver.cc 3 additions, 3 deletionsParsingDriver.cc
- Shocks.cc 4 additions, 9 deletionsShocks.cc
- SteadyStateModel.cc 4 additions, 4 deletionsSteadyStateModel.cc
Loading
Please register or sign in to comment