Skip to content
Snippets Groups Projects
Select Git revision
0 results

preprocessor

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Dynare / preprocessor
    Loading
    Sébastien Villemot's avatar
    Sébastien Villemot authored
    The first argument to ExprNode::computeTemporaryTerms() is supposed to be a
    pair (endo derivation order, param derivation order). The two elements were
    interverted in the call. This would not affect the result, because parameter
    derivatives are not computed there and what matters is the lexical ordering
    which remains the same. But fixing the order is better, for consistency with
    the method description.
    3b20f835
    History
    Name Last commit Last update