Skip to content
Snippets Groups Projects
Select Git revision
  • 491e70ab7be74543f2ebc384845bc3b48c020162
  • master default protected
  • julia protected
  • 6.x protected
  • python-codegen
  • llvm-15
  • 5.x protected
  • 4.6 protected
  • uop
  • rework_pac
  • aux_vars_fix
  • julia-7.0.0
  • julia-6.4.0
  • julia-6.3.0
  • julia-6.2.0
15 results

ModelTree.cc

  • Sébastien Villemot's avatar
    8882f809
    Introduce a new abstract class for external function nodes. · 8882f809
    Sébastien Villemot authored
    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()
    8882f809
    History
    Introduce a new abstract class for external function nodes.
    Sébastien Villemot authored
    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()