diff options
Diffstat (limited to 'lib/core')
| -rw-r--r-- | lib/core/c++/chunk.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/core/c++/chunk.hpp b/lib/core/c++/chunk.hpp index bfef358..38b567b 100644 --- a/lib/core/c++/chunk.hpp +++ b/lib/core/c++/chunk.hpp @@ -32,7 +32,10 @@ using SuperChunk = Array<ChunkSchema,Dim>; namespace saw { template<typename Sch, uint64_t Dim, uint64_t Side, uint64_t Ghost, typename Encode> class data<kel::lbm::sch::Chunk<Sch,Dim,Side,Ghost>,Encode> final { +public: + using Schema = kel::lbm::sch::Chunk<Sch,Dim,Side,Ghost>; private: + data<Schema::InnerSchema, Encode> public: }; } |
