From d01f8faadcec62593e0af5304bcc2db3d22ed0c5 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 16 Apr 2026 16:20:23 +0200 Subject: Brain fried --- lib/core/c++/particle.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/core/c++/particle.hpp') diff --git a/lib/core/c++/particle.hpp b/lib/core/c++/particle.hpp index b098ecc..691a74b 100644 --- a/lib/core/c++/particle.hpp +++ b/lib/core/c++/particle.hpp @@ -11,7 +11,12 @@ struct Particle {}; template class component { +private: + saw::data> dt_; public: + component(saw::data> dt__): + dt_{dt__} + {} template void apply(const saw::data& particles, const saw::data& macros, saw::data index, saw::data time_step) const { -- cgit v1.2.3