-
- 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
- preprocessor/DynamicModel.cc 18 additions, 12 deletionspreprocessor/DynamicModel.cc
- preprocessor/DynamicModel.hh 1 addition, 1 deletionpreprocessor/DynamicModel.hh
- preprocessor/ExprNode.cc 25 additions, 67 deletionspreprocessor/ExprNode.cc
- preprocessor/ExprNode.hh 17 additions, 24 deletionspreprocessor/ExprNode.hh
- preprocessor/ModFile.cc 1 addition, 2 deletionspreprocessor/ModFile.cc
- preprocessor/ModelTree.cc 1 addition, 1 deletionpreprocessor/ModelTree.cc
- preprocessor/ParsingDriver.cc 3 additions, 3 deletionspreprocessor/ParsingDriver.cc
- preprocessor/Shocks.cc 4 additions, 9 deletionspreprocessor/Shocks.cc
- preprocessor/SteadyStateModel.cc 4 additions, 4 deletionspreprocessor/SteadyStateModel.cc
Loading
Please register or sign in to comment