Skip to content
Snippets Groups Projects
Commit 55408ca2 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Eliminating warnings

parent 03f237cb
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment