From 295cd98da764b34ec2c7116be99fdfe1918a729c Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Thu, 14 Oct 2010 13:40:25 +0000 Subject: [PATCH] a slightly larger eps makes the test pass for RealTuple [[Imported from SVN: r6429]] --- test/unitvectortest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unitvectortest.cc b/test/unitvectortest.cc index 09e39bd9..a8ea9692 100644 --- a/test/unitvectortest.cc +++ b/test/unitvectortest.cc @@ -10,7 +10,7 @@ using namespace Dune; -const double eps = 1e-5; +const double eps = 1e-4; template <class TargetSpace> double energy(const TargetSpace& a, const TargetSpace& b) -- GitLab