From 55408ca2112334e021dc02c8e7dec0948ba9e381 Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Sat, 3 Dec 2016 20:54:41 +0100 Subject: [PATCH] Eliminating warnings --- src/Vector/vector_dist_MP_unit_tests.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Vector/vector_dist_MP_unit_tests.hpp b/src/Vector/vector_dist_MP_unit_tests.hpp index 10e624aef..44797b43a 100644 --- a/src/Vector/vector_dist_MP_unit_tests.hpp +++ b/src/Vector/vector_dist_MP_unit_tests.hpp @@ -102,9 +102,6 @@ BOOST_AUTO_TEST_CASE( vector_dist_multiphase_cell_list_test ) // For each neighborhood of the particle p while (Np.isNext()) { - // Neighborhood particle q - auto q = Np.get(); - // Count the number of particles nn_count++; @@ -145,9 +142,6 @@ BOOST_AUTO_TEST_CASE( vector_dist_multiphase_cell_list_test ) // For each neighborhood of the particle p while (Np.isNext()) { - // Get the particle q near to p - auto q = Np.getP(); - // Get from which phase it come from auto ph_q = Np.getV(); -- GitLab