From 0fdd4faaeb4d0ffda1fec6e2a54b313f9deb6a9e Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Wed, 5 Aug 2015 00:29:38 +0200
Subject: [PATCH] Solving the communication conflict

---
 src/Grid/grid_dist_id.hpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/Grid/grid_dist_id.hpp b/src/Grid/grid_dist_id.hpp
index 6c4400c9..14fed24a 100644
--- a/src/Grid/grid_dist_id.hpp
+++ b/src/Grid/grid_dist_id.hpp
@@ -64,6 +64,9 @@ class grid_dist_id
 	//! It map a global ghost id (g_id) to the external ghost box information
 	std::unordered_map<size_t,size_t> g_id_to_external_ghost_box;
 
+	//!
+	openfpm::vector<conflict_res>
+
 	/*! \brief Get the grid size
 	 *
 	 * Given a domain, the resolution of the grid on it and another spaceBox contained in the domain
-- 
GitLab