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

Bytecode MEX: fix bug with PowerDeriv printing introduced in...

Bytecode MEX: fix bug with PowerDeriv printing introduced in ff85fc64
parent 7c4dc1ab
No related branches found
No related tags found
No related merge requests found
......@@ -627,7 +627,7 @@ protected:
auto [arg3, prec_arg3, op_arg3] {Stack.top()};
Stack.pop();
Stack.emplace((it_code == faulty_op ? "{PowerDeriv}(" : "PowerDeriv(") + arg1
+ ", " + arg2 + ", " + arg2 + ")", 100, nullopt);
+ ", " + arg2 + ", " + arg3 + ")", 100, nullopt);
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment