diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-15 15:39:41 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-15 15:39:41 +0200 |
| commit | 44cb41bbe6128f2c7ca92b06e2267d52e3121721 (patch) | |
| tree | 089220c108f12c65abe880f448085f2705c3606a /modules/core/c++/hlbm.hpp | |
| parent | 0dcc910d33832e2c5c29a6317467f85accf77aac (diff) | |
| download | libs-lbm-44cb41bbe6128f2c7ca92b06e2267d52e3121721.tar.gz | |
Preping two way
Diffstat (limited to 'modules/core/c++/hlbm.hpp')
| -rw-r--r-- | modules/core/c++/hlbm.hpp | 2 |
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">(); |
