diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-07-30 18:04:13 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-07-30 18:04:13 +0200 |
commit | 4968da9a05df5c10fb1f10655189ae251b38f92b (patch) | |
tree | 3f8fa3d1d4950e9969897138d904854189bdaab8 /tests/particle_flow_coupling.cpp | |
parent | d9fb04fe614c67f5a7850fc3f32338757b1b2987 (diff) |
Way too many changes
Diffstat (limited to 'tests/particle_flow_coupling.cpp')
-rw-r--r-- | tests/particle_flow_coupling.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/particle_flow_coupling.cpp b/tests/particle_flow_coupling.cpp index 216c229..c3e3769 100644 --- a/tests/particle_flow_coupling.cpp +++ b/tests/particle_flow_coupling.cpp @@ -15,6 +15,9 @@ SAW_TEST("Particle Coupling"){ using namespace kel; lbm::particle_system<sch::T,2,sch::Particle<sch::T,2>> system; + /// What are the steps?# + /// + /// Collide and Stream } } |