diff options
Diffstat (limited to 'lib/core/c++')
| -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(); } }; |
