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 ce866cf0fb618b659f24136131e35e370ea509ea..a61c863cfd5687db91aefb8f9f3f012c75f4609f 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;