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

Eliminating induced crash

parent c59a02a1
No related branches found
No related tags found
No related merge requests found
Pipeline #971 failed
......@@ -302,15 +302,6 @@ template<typename vector_type> void test_dlb_vector()
vd.map();
vd.template ghost_get<>();
//////////////////////////////////
if (create_vcluster().rank() == 0)
{
return;
}
/////////////////////////////////
auto VV2 = vd.getVerlet(0.01);
auto it2 = vd.getDomainIterator();
......
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