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

Latest modules

parent 81482700
No related branches found
No related tags found
No related merge requests found
Pipeline #2763 failed
openfpm_devices @ cf2dbc0e
Subproject commit 7c41af8f9c66acc49bf2e33a7aabfb320edc195d
Subproject commit cf2dbc0e76858853b76ea67a8c32dee6192501c2
......@@ -161,8 +161,6 @@ BOOST_AUTO_TEST_CASE( sgrid_dist_id_basic_test_2D)
++it;
}
sg.write("sg_test_write");
bool match = true;
auto it2 = sg.getGridIterator();
......@@ -697,6 +695,9 @@ BOOST_AUTO_TEST_CASE (sgrid_dist_id_soa_write )
auto & v_cl = create_vcluster<>();
if (v_cl.size() > 16)
{return;}
// Domain
Box<3,double> domain({-0.3,-0.3,-0.3},{1.0,1.0,1.0});
......
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