From abead9b05664f808e43c174f459ecf0324634c2f Mon Sep 17 00:00:00 2001 From: Stephane Del Pino <stephane.delpino44@gmail.com> Date: Mon, 30 Jul 2018 12:47:40 +0200 Subject: [PATCH] Displace SubItemValuePerItem from scheme to mesh directory --- src/{scheme => mesh}/SubItemValuePerItem.hpp | 3 --- 1 file changed, 3 deletions(-) rename src/{scheme => mesh}/SubItemValuePerItem.hpp (97%) diff --git a/src/scheme/SubItemValuePerItem.hpp b/src/mesh/SubItemValuePerItem.hpp similarity index 97% rename from src/scheme/SubItemValuePerItem.hpp rename to src/mesh/SubItemValuePerItem.hpp index ce866cf0f..a61c863cf 100644 --- a/src/scheme/SubItemValuePerItem.hpp +++ b/src/mesh/SubItemValuePerItem.hpp @@ -4,8 +4,6 @@ #include <Kokkos_StaticCrsGraph.hpp> #include <TypeOfItem.hpp> -#warning should not stand in the scheme directory - #include <ConnectivityMatrix.hpp> template <typename DataType, @@ -13,7 +11,6 @@ template <typename DataType, TypeOfItem ItemType> class SubItemValuePerItem { -#warning should eventually filter const from DataType private: ConnectivityMatrix::HostRowType m_host_row_map; Kokkos::View<DataType*> m_values; -- GitLab