Skip to content
Snippets Groups Projects
Verified Commit 3b20f835 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

ModelTree: fix call to ExprNode::computeTemporaryTerms()

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.
parent 34c37cfd
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment