From 24bf28a8fb9cc8c3a90b77de9b60728bece7885d Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Sat, 18 Oct 2025 18:01:14 +0200 Subject: Moving project structure for more less compilation --- tests/particle_flow_coupling.cpp | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 tests/particle_flow_coupling.cpp (limited to 'tests/particle_flow_coupling.cpp') diff --git a/tests/particle_flow_coupling.cpp b/tests/particle_flow_coupling.cpp deleted file mode 100644 index c3e3769..0000000 --- a/tests/particle_flow_coupling.cpp +++ /dev/null @@ -1,23 +0,0 @@ -#include - -#include -#include "../c++/particle/geometry/circle.hpp" - - -namespace { -namespace sch { -using namespace kel::lbm::sch; - -using T = Float64; -} - -SAW_TEST("Particle Coupling"){ - using namespace kel; - lbm::particle_system> system; - - /// What are the steps?# - /// - /// Collide and Stream - -} -} -- cgit v1.2.3