Skip to content
Snippets Groups Projects
Commit abead9b0 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Displace SubItemValuePerItem from scheme to mesh directory

parent d1bd755e
No related branches found
No related tags found
1 merge request!6Feature/crs
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment