diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-01-23 12:43:57 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-01-23 12:43:57 +0100 |
| commit | da656e3333ca98be9e80dbc63640598a392186f9 (patch) | |
| tree | c390aee318b00bc8ed47111cf44d497a38319ad2 /lib/core | |
| parent | 0a8dd2541e20f59812db21e8bad069b50cf8ebaf (diff) | |
| download | libs-lbm-da656e3333ca98be9e80dbc63640598a392186f9.tar.gz | |
Dangling changes and address boundary errors
Diffstat (limited to 'lib/core')
| -rw-r--r-- | lib/core/c++/chunk.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/c++/chunk.hpp b/lib/core/c++/chunk.hpp index 6b028ba..1da2c9f 100644 --- a/lib/core/c++/chunk.hpp +++ b/lib/core/c++/chunk.hpp @@ -81,7 +81,7 @@ public: } static constexpr auto flat_size() { - return data<InnerSchema,Encode>::flat_size(); + return data<InnerSchema,Encode>::flat_dims(); } }; |
