diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-09-23 11:24:39 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-09-23 11:24:39 +0200 |
| commit | 01a24574ebbe3d37feb95b94c06d573639c80704 (patch) | |
| tree | 083d1dab864acf2ace9f89f4ba832cdceda63eda | |
| parent | ef0e7d1104077082663c3ce3374eb5778008f545 (diff) | |
| download | libs-lbm-01a24574ebbe3d37feb95b94c06d573639c80704.tar.gz | |
Something is going wrong again
| -rw-r--r-- | modules/core/c++/fplbm.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/core/c++/fplbm.hpp b/modules/core/c++/fplbm.hpp index d0cf023..c48e127 100644 --- a/modules/core/c++/fplbm.hpp +++ b/modules/core/c++/fplbm.hpp @@ -342,7 +342,8 @@ public: sss.at({}) = sub_steps.template cast_to<T>(); auto vel_s = (pirb_pos-pirb_pos_old) * sss; - saw::data<sch::Vector<T,Descriptor::D>> force_p = global_force_; + saw::data<sch::Vector<T,Descriptor::D>> force_p; + //= global_force_; iterator<Descriptor::D>::apply([&](const auto& index_f) -> void { auto& force = force_f.at(index_f); |
