From e8571434fc4305b511191e842279940677204e2f Mon Sep 17 00:00:00 2001 From: Pietro Incardona <i-bird@linux.fritz.box> Date: Wed, 10 Aug 2016 08:55:32 +0200 Subject: [PATCH] Fixing PSE kernel test --- src/PSE/Kernels_unit_tests.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/PSE/Kernels_unit_tests.hpp b/src/PSE/Kernels_unit_tests.hpp index c3b60e96..fcbcec12 100644 --- a/src/PSE/Kernels_unit_tests.hpp +++ b/src/PSE/Kernels_unit_tests.hpp @@ -50,8 +50,6 @@ BOOST_AUTO_TEST_CASE( pse_ker ) PSE_test<boost::multiprecision::float128,Lap_PSE<1,boost::multiprecision::float128,2>>(i,4,err); y.last().add(err.linf_error); -#endif - #endif PSE_test<double,Lap_PSE<1,double,2>>(i,2,err); -- GitLab