From 2af6f9c64176adfb738b8eebe47ce5155ae840cc Mon Sep 17 00:00:00 2001
From: Cristian C Lalescu <Cristian.Lalescu@ds.mpg.de>
Date: Mon, 14 Oct 2019 15:40:17 +0200
Subject: [PATCH] enables ghost collision counter

---
 cpp/particles/p2p_ghost_collisions.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpp/particles/p2p_ghost_collisions.hpp b/cpp/particles/p2p_ghost_collisions.hpp
index a674f866..604ac120 100644
--- a/cpp/particles/p2p_ghost_collisions.hpp
+++ b/cpp/particles/p2p_ghost_collisions.hpp
@@ -56,7 +56,7 @@ public:
     }
 
     constexpr static bool isEnable() {
-        return false;
+        return true;
     }
 
     long int get_collision_counter() const{
-- 
GitLab