Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 6.x protected
  • madysson
  • 5.x protected
  • asm
  • time-varying-information-set
  • 4.6 protected
  • dynare_minreal
  • dragonfly
  • various_fixes
  • 4.5 protected
  • clang+openmp
  • exo_steady_state
  • declare_vars_in_model_block
  • julia
  • error_msg_undeclared_model_vars
  • static_aux_vars
  • slice
  • aux_func
  • penalty
  • 6.3 protected
  • 6.2 protected
  • 6.1 protected
  • 6.0 protected
  • 6-beta2 protected
  • 6-beta1 protected
  • 5.5 protected
  • 5.4 protected
  • 5.3 protected
  • 5.2 protected
  • 5.1 protected
  • 5.0 protected
  • 5.0-rc1 protected
  • 4.7-beta3 protected
  • 4.7-beta2 protected
  • 4.7-beta1 protected
  • 4.6.4 protected
  • 4.6.3 protected
  • 4.6.2 protected
  • 4.6.1 protected
40 results

DataTree.hh

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