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

[FIX] ambiguous namespace

parent 2eab4aee
No related merge requests found
......@@ -36,7 +36,7 @@ void createWithNeighborhood(Accessor& ac, const BlockForest& bf, pe::InfoCollect
{
ic.clear();
mpi::BufferSystem bs( MPIManager::instance()->comm(), 756 );
walberla::mpi::BufferSystem bs( MPIManager::instance()->comm(), 756 );
for (size_t idx = 0; idx < ac.size(); ++idx)
{
......
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