-
- Downloads
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
- DataTree.hh 1 addition, 0 deletionsDataTree.hh
- DynamicModel.cc 2 additions, 2 deletionsDynamicModel.cc
- ExprNode.cc 108 additions, 46 deletionsExprNode.cc
- ExprNode.hh 58 additions, 18 deletionsExprNode.hh
- ModelTree.cc 2 additions, 2 deletionsModelTree.cc
- StaticModel.cc 4 additions, 4 deletionsStaticModel.cc
Loading
Please register or sign in to comment