Skip to content
Snippets Groups Projects
Commit 067152b4 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

bugfix: the factor -2 is included in the derivative of arccos

[[Imported from SVN: r5707]]
parent 5a0fc135
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,6 @@ public:
// Bring it all together
result = A;
result *= -2;
result.axpy(derivativeOfArcCosSquared(sp), B);
return result;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment