From 13b9d625d0639e19bf1e4eac7eaeac2f37771194 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Thu, 14 Feb 2013 16:08:04 +0000 Subject: [PATCH] Duhh! 5/2 is 2.5, not 5.2 [[Imported from SVN: r9202]] --- dune/gfe/hyperbolichalfspacepoint.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/gfe/hyperbolichalfspacepoint.hh b/dune/gfe/hyperbolichalfspacepoint.hh index 6d8347e2..634ef5c8 100644 --- a/dune/gfe/hyperbolichalfspacepoint.hh +++ b/dune/gfe/hyperbolichalfspacepoint.hh @@ -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)); } } -- GitLab