summaryrefslogtreecommitdiff
path: root/lib/core/c++/chunk.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-06-08 20:15:59 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-06-08 20:15:59 +0200
commit3a27bca74e7645874e52f101d467aff8ff7d78f4 (patch)
treeb5f742bd3f146a9747c159f9fd8d099a6d566c1f /lib/core/c++/chunk.hpp
parent5ea4875b96bfacd4c5f0125c9e7b64b70f0ccfb9 (diff)
parent932fbf86d60df48623ad5fbc9d60e572bb68ef12 (diff)
downloadlibs-lbm-3a27bca74e7645874e52f101d467aff8ff7d78f4.tar.gz
Merge branch 'dev'HEADmaster
Diffstat (limited to 'lib/core/c++/chunk.hpp')
-rw-r--r--lib/core/c++/chunk.hpp5
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...}};
}