diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-10-02 20:45:34 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-10-02 20:45:34 +0200 |
| commit | 691079df271fc5116f435496d0646c67e8a73701 (patch) | |
| tree | eb3a693bb089f9b12b910130fed438f1cc752960 /c++/particle/particle.hpp | |
| parent | ac2bc7ccecc202a152caf900debbf79cae8745a6 (diff) | |
| download | libs-lbm-691079df271fc5116f435496d0646c67e8a73701.tar.gz | |
Readding lots of particles?
Diffstat (limited to 'c++/particle/particle.hpp')
| -rw-r--r-- | c++/particle/particle.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/c++/particle/particle.hpp b/c++/particle/particle.hpp index 38d0484..dd96f50 100644 --- a/c++/particle/particle.hpp +++ b/c++/particle/particle.hpp @@ -21,7 +21,8 @@ using ParticleRigidBody = Struct< template<typename T, uint64_t D> using ParticleMask = Struct< - Member<Array<T,D>, "grid"> + Member<Array<T,D>, "grid">, + Member<Vector<T,D>, "center_of_mass"> >; template<typename T, uint64_t D> |
