summaryrefslogtreecommitdiff
path: root/modules/core/c++/hlbm.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-07-15 15:39:41 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-07-15 15:39:41 +0200
commit44cb41bbe6128f2c7ca92b06e2267d52e3121721 (patch)
tree089220c108f12c65abe880f448085f2705c3606a /modules/core/c++/hlbm.hpp
parent0dcc910d33832e2c5c29a6317467f85accf77aac (diff)
downloadlibs-lbm-44cb41bbe6128f2c7ca92b06e2267d52e3121721.tar.gz
Preping two way
Diffstat (limited to 'modules/core/c++/hlbm.hpp')
-rw-r--r--modules/core/c++/hlbm.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/c++/hlbm.hpp b/modules/core/c++/hlbm.hpp
index 9a89697..9ddc6c6 100644
--- a/modules/core/c++/hlbm.hpp
+++ b/modules/core/c++/hlbm.hpp
@@ -125,7 +125,7 @@ public:
auto& mvel = macros.template get<"velocity">();
{
auto& parts = part_spheroid_group.template get<"particles">();
- auto parts_size = parts.meta().at({0u});
+ auto parts_size = parts.dims().at({0u});
auto& pi = parts.at(index);
auto& pirb = pi.template get<"rigid_body">();