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

Duhh! 5/2 is 2.5, not 5.2

[[Imported from SVN: r9202]]
parent bc5b68d1
Branches
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ class HyperbolicHalfspacePoint
return 8.0/15 - 24*(x-1)/35;
} else {
T d = x*x-1;
return -6*x/(d*d) + (4*x*x+2)*std::acosh(x)/(std::pow(d,5.2));
return -6*x/(d*d) + (4*x*x+2)*std::acosh(x)/(std::pow(d,2.5));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment