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

Fixing Zero ghost code

parent eac0f412
No related branches found
No related tags found
No related merge requests found
Pipeline #2825 failed
......@@ -138,13 +138,13 @@ inline void create_gdb_ext(openfpm::vector<GBoxes<Decomposition::dims>> & gdb_ex
SpaceBox<Decomposition::dims,long int> sp_t = cd_sm.convertDomainSpaceIntoGridUnits(sp,dec.periodicity());
SpaceBox<Decomposition::dims,long int> sp_tg = cd_sm.convertDomainSpaceIntoGridUnits(sp_g,dec.periodicity());
/* for (size_t i = 0 ; i < Decomposition::dims ; i++)
for (size_t i = 0 ; i < Decomposition::dims ; i++)
{
if (sp_t.getLow(i) < sp_tg.getLow(i))
{sp_tg.setLow(i,sp_t.getLow(i));}
if (sp_t.getHigh(i) > sp_tg.getHigh(i))
{sp_tg.setHigh(i,sp_t.getHigh(i));}
}*/
}
if (use_bx_def == true)
{
......
......@@ -391,12 +391,6 @@ BOOST_AUTO_TEST_CASE( grid_dist_id_hdf5_2GB_load_test )
match &= g_dist.template get<0>(key) == keyg.get(0);
if (match == false)
{
int debug = 0;
debug++;
}
++it;
count++;
}
......
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