From bf83b484e0806461dda6cf0b857f492334107955 Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Fri, 9 Jun 2017 14:39:39 +0200 Subject: [PATCH] Fixing Numerics --- src/interpolation/interpolation_unit_tests.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/interpolation/interpolation_unit_tests.hpp b/src/interpolation/interpolation_unit_tests.hpp index 9cc8de50..bd0437cc 100644 --- a/src/interpolation/interpolation_unit_tests.hpp +++ b/src/interpolation/interpolation_unit_tests.hpp @@ -154,8 +154,6 @@ BOOST_AUTO_TEST_CASE( interpolation_full_test ) BOOST_REQUIRE_CLOSE(mg[0],mv[0],0.001); BOOST_REQUIRE_CLOSE(mg[1],mv[1],0.001); - // Do a ghost put - auto & v_cl = create_vcluster(); // We have to do a ghost get before interpolating m2p -- GitLab