From f69118da04421b91d0a54f8e8bd92c79aa1224e9 Mon Sep 17 00:00:00 2001
From: Sebastian Eibl <sebastian.eibl@fau.de>
Date: Tue, 13 Aug 2019 09:54:17 +0200
Subject: [PATCH] [FIX] ambiguous namespace

---
 src/mesa_pd/domain/InfoCollection.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa_pd/domain/InfoCollection.h b/src/mesa_pd/domain/InfoCollection.h
index d247e65df..d7796df85 100644
--- a/src/mesa_pd/domain/InfoCollection.h
+++ b/src/mesa_pd/domain/InfoCollection.h
@@ -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)
    {
-- 
GitLab