diff --git a/openfpm_devices b/openfpm_devices index 2da3b22b477d8b94b60fb9eb5f1a4daacb6857b5..29b28ccccaf722eda17f5a8389ecf4191a4af754 160000 --- a/openfpm_devices +++ b/openfpm_devices @@ -1 +1 @@ -Subproject commit 2da3b22b477d8b94b60fb9eb5f1a4daacb6857b5 +Subproject commit 29b28ccccaf722eda17f5a8389ecf4191a4af754 diff --git a/src/Grid/grid_dist_id_unit_test.cpp b/src/Grid/grid_dist_id_unit_test.cpp index 4eac93f62e2319c8c1ef81bc1be0bdabae6fea0b..187552054cca9eac1465124d0b5df61cb31f5d4e 100644 --- a/src/Grid/grid_dist_id_unit_test.cpp +++ b/src/Grid/grid_dist_id_unit_test.cpp @@ -1879,8 +1879,6 @@ BOOST_AUTO_TEST_CASE ( grid_basic_functions ) grid_dist_id<2, double, aggregate<double>> grid(sz,domain,g,bc); - std::cout << "Offset: " << grid.getOffset(0).toString() << std::endl; - BOOST_REQUIRE_EQUAL(grid.getOffset(0)[0],-1.25); BOOST_REQUIRE_EQUAL(grid.getOffset(0)[1],-1.25); }