diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-24 22:11:24 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-06-24 22:11:24 +0200 |
| commit | 70fda0ecf925fb5010b2e23cbdbc4e2076715958 (patch) | |
| tree | 6e737d801a58d9b2fe108957962e945e993d0647 /lib/core/c++ | |
| parent | 90f242af3036e0863a067c3f55457566d1f1e4ce (diff) | |
| download | libs-lbm-70fda0ecf925fb5010b2e23cbdbc4e2076715958.tar.gz | |
Adding python script for the graph generation
Diffstat (limited to 'lib/core/c++')
| -rw-r--r-- | lib/core/c++/hlbm.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/c++/hlbm.hpp b/lib/core/c++/hlbm.hpp index c15bfc4..726f2d8 100644 --- a/lib/core/c++/hlbm.hpp +++ b/lib/core/c++/hlbm.hpp @@ -129,7 +129,7 @@ public: auto& mvel = macros.template get<"velocity">(); { auto& parts = part_spheroid_group.template get<"particles">(); - auto parts_size = parts.size(); + auto parts_size = parts.meta().at({0u}); auto& pi = parts.at(index); auto& pirb = pi.template get<"rigid_body">(); |
