-
- Downloads
"README.md" did not exist on "043aa109ea1878d13c90d17ec7d7c73f5326718c"
Introduce a new abstract class for external function nodes.
This fixes the following bugs: - 1st and 2nd ext fcn deriv nodes were incorrectly added to DataTree::external_function_node_map, because of the chaining of constructors. - the following methods of FirstDerivExternalFunctionNode were not overloaded: toStatic(), buildSimilarExternalFunctionNode() - the following methods of SecondDerivExternalFunctionNode were not overloaded: toStatic(), buildSimilarExternalFunctionNode(), compile(), compileExternalFunctionOutput()
Showing
- preprocessor/DataTree.hh 1 addition, 0 deletionspreprocessor/DataTree.hh
- preprocessor/DynamicModel.cc 2 additions, 2 deletionspreprocessor/DynamicModel.cc
- preprocessor/ExprNode.cc 108 additions, 46 deletionspreprocessor/ExprNode.cc
- preprocessor/ExprNode.hh 58 additions, 18 deletionspreprocessor/ExprNode.hh
- preprocessor/ModelTree.cc 2 additions, 2 deletionspreprocessor/ModelTree.cc
- preprocessor/StaticModel.cc 4 additions, 4 deletionspreprocessor/StaticModel.cc
Loading
Please register or sign in to comment