From 3a5b87b9d5b830aebb12697ce4444ad4c12e82cb Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Tue, 17 Dec 2019 13:58:46 +0100
Subject: [PATCH] Eliminating garbage

---
 src/Vector/tests/vector_dist_unit_test.cpp | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/Vector/tests/vector_dist_unit_test.cpp b/src/Vector/tests/vector_dist_unit_test.cpp
index 1317d0294..b0513aa20 100644
--- a/src/Vector/tests/vector_dist_unit_test.cpp
+++ b/src/Vector/tests/vector_dist_unit_test.cpp
@@ -104,11 +104,6 @@ void Test2D_ghost(Box<2,float> & box)
 
 	typedef Point_test<float> p;
 
-	if (create_vcluster().rank() == 0)
-	{
-		return;
-	}
-
 	// Get the default minimum number of sub-sub-domain per processor (granularity of the decomposition)
 	size_t n_sub = 64 * v_cl.getProcessingUnits();
 	// Convert the request of having a minimum n_sub number of sub-sub domain into grid decompsition of the space
-- 
GitLab