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

Fixing overflow because of garbage

parent bf3fa19f
No related branches found
No related tags found
No related merge requests found
Pipeline #2205 passed
......@@ -748,9 +748,6 @@ BOOST_AUTO_TEST_CASE( vector_dist_multiphase_kernel_cl_test )
for (size_t i = 0 ; i < phases.size() ; i++)
{
cl_ph.add(phases.get(i).getCellListGPU(0.1));
auto & test_cl = cl_ph.get(1);
int debug = 0 ;
debug++;
}
//
......
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