From bba8c997ff512c81f332a1183e86f53f43277bbf Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Tue, 1 Nov 2016 09:40:42 +0100
Subject: [PATCH] Fixing example

---
 example/Vector/5_molecular_dynamic_sym/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/Vector/5_molecular_dynamic_sym/main.cpp b/example/Vector/5_molecular_dynamic_sym/main.cpp
index e10fa5891..4225ae303 100644
--- a/example/Vector/5_molecular_dynamic_sym/main.cpp
+++ b/example/Vector/5_molecular_dynamic_sym/main.cpp
@@ -420,7 +420,7 @@ int main(int argc, char* argv[])
 			vd.write("particles_",f);
 
 			// we resync the ghost
-			vd.ghost_get<>(SKIP_LABELLING);
+			vd.ghost_get<>();
 
 
 			// We calculate the energy
-- 
GitLab