diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-03 09:58:54 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-03 09:58:54 +0200 |
| commit | 42338efc99190d4f3362ecbc326a740cb7bd0479 (patch) | |
| tree | 13b94bd8cfb17be13b35f7b2539bf03c7ad9592c /lib/core/c++/chunk.hpp | |
| parent | 1c9d05a7cf13b4bd4ebe5583d10cae85d507ea9c (diff) | |
| parent | d7c88d561d4e2b7a2706d14c11ea5fa4cd6ceaf3 (diff) | |
| download | libs-lbm-42338efc99190d4f3362ecbc326a740cb7bd0479.tar.gz | |
Merge branch 'fb-ibm-coupling' into dev
Diffstat (limited to 'lib/core/c++/chunk.hpp')
| -rw-r--r-- | lib/core/c++/chunk.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/core/c++/chunk.hpp b/lib/core/c++/chunk.hpp index 0f92437..635af91 100644 --- a/lib/core/c++/chunk.hpp +++ b/lib/core/c++/chunk.hpp @@ -77,6 +77,11 @@ public: return values_.at(ind); } + /* + const data<ValueSchema, Encode>& neighbour_at(const data<schema::FixedArray<schema::UInt64,sizeof...(Sides)>>& index) const { + } + */ + static constexpr auto get_dims(){ return data<schema::FixedArray<schema::UInt64, sizeof...(Sides)>,Encode>{{Sides...}}; } |
