summaryrefslogtreecommitdiff
path: root/modules/core/c++/hlbm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/c++/hlbm.hpp')
-rw-r--r--modules/core/c++/hlbm.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/core/c++/hlbm.hpp b/modules/core/c++/hlbm.hpp
index 25b6bf0..6fce4ca 100644
--- a/modules/core/c++/hlbm.hpp
+++ b/modules/core/c++/hlbm.hpp
@@ -182,7 +182,9 @@ public:
auto& pirb_acc = pirb.template get<"acceleration">();
pirb_acc = force_p;
- verlet_step_lambda(part_spheroid_group,{{0u}},{{1u}});
+ saw::data<sch::Scalar<T>> ts;
+ ts.at({}) = 1u;
+ verlet_step_lambda<T,Desc::D,1u,coll::Spheroid<T>>(part_spheroid_group,{{{0u}}},ts);
// Check
}