From cf4b4b48dfa82971ff5c1343ccf6a8931c3773cb Mon Sep 17 00:00:00 2001 From: Pietro Incardona <i-bird@localhost.localdomain> Date: Thu, 14 Jul 2016 20:33:38 +0200 Subject: [PATCH] Fixing clang differences --- src/PSE/Kernels_unit_tests.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PSE/Kernels_unit_tests.hpp b/src/PSE/Kernels_unit_tests.hpp index 01761860..91fce1f4 100644 --- a/src/PSE/Kernels_unit_tests.hpp +++ b/src/PSE/Kernels_unit_tests.hpp @@ -101,7 +101,7 @@ BOOST_AUTO_TEST_CASE( pse_ker ) double c1 = y.get(i).get(j); double c2 = y_res.get(i).get(j); - BOOST_REQUIRE_CLOSE(c1,c2,1.0); + BOOST_REQUIRE_CLOSE(c1,c2,3.0); } } } -- GitLab