From 27cb61de04967c4de2266fc8636dd7edcf31eb5e Mon Sep 17 00:00:00 2001
From: Stephane Del Pino <stephane.delpino44@gmail.com>
Date: Fri, 15 Jun 2018 18:10:25 +0200
Subject: [PATCH] Marked EntityListManager as deprecated

---
 src/mesh/Connectivity2D.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesh/Connectivity2D.hpp b/src/mesh/Connectivity2D.hpp
index 0aa15f651..3a6a29910 100644
--- a/src/mesh/Connectivity2D.hpp
+++ b/src/mesh/Connectivity2D.hpp
@@ -13,7 +13,7 @@
 #include <RefId.hpp>
 #include <Boundary.hpp>
 
-class EntityListManager
+class [[deprecated]] EntityListManager
 {
  public:
   typedef Kokkos::View<const unsigned int*> CellIdArray;
-- 
GitLab