From 42ba30a03cc9e0584c3e47de760dcffef86ea858 Mon Sep 17 00:00:00 2001
From: absingh <absingh@mpi-cbg.de>
Date: Fri, 11 Jun 2021 10:21:15 +0200
Subject: [PATCH] Disabling incorrect SE_Class message

---
 src/Vector/vector_dist.hpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/Vector/vector_dist.hpp b/src/Vector/vector_dist.hpp
index 66ac010b0..a30f4b7c0 100644
--- a/src/Vector/vector_dist.hpp
+++ b/src/Vector/vector_dist.hpp
@@ -2391,9 +2391,10 @@ public:
 	*/
 	void ghost_get_subset()
 	{
-    #ifdef SE_CLASS1
+    /*  #ifdef SE_CLASS1
+        This is not a ghost get on subset.
        std::cerr<<__FILE__<<":"<<__LINE__<<":You Used a ghost_get on a subset. This does not do anything. Please use ghostget on the entire set.";
-    #endif
+    #endif */
 	}
 
 	/*! \brief It synchronize the properties and position of the ghost particles
-- 
GitLab