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

Latest modules

parent 65f4fce3
No related branches found
No related tags found
No related merge requests found
openfpm_data @ 8ba96371
Subproject commit c3a4a0816a9e5307f890380688cf8c881926217e
Subproject commit 8ba96371b94d5101c412ca01a2baf0a9d49811af
openfpm_io @ 701d310e
Subproject commit 89411e76fbed1ab098d2bfec13e7759aca51a14d
Subproject commit 701d310eb6c3347e52327ddcf9a814c22b0dadbd
......@@ -1107,7 +1107,7 @@ public:
// but in the worst case we take the maximum
St r_cut = 0;
for (size_t i = 0 ; i < dim ; i++)
r_cut = std::max(r_cut,cell_list.getCellBox().getHigh(i));
{r_cut = std::max(r_cut,cell_list.getCellBox().getHigh(i));}
// Here we have to check that the Cell-list has been constructed
// from the same decomposition
......
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