Skip to content
Snippets Groups Projects
Commit 7327d352 authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

[FIX] reset buffersystem in every call

parent a651422b
No related merge requests found
......@@ -57,6 +57,7 @@ void SyncNextNeighborsBlockForest::operator()(data::ParticleStorage& ps,
{
if (numProcesses_ == 1) return;
bs = walberla::mpi::BufferSystem( walberla::mpi::MPIManager::instance()->comm() );
for (auto& blk : bf->getBlockMap())
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment