summaryrefslogtreecommitdiff
path: root/lib/core/c++/geometry
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-02-16 14:39:38 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-02-16 14:39:48 +0100
commit92f5645809449f56c39c0e4c6c29045b8a4acea6 (patch)
tree36e6a698dc76196cc74fb1450e2216ce7650f4ef /lib/core/c++/geometry
parent6e0412d790cb5990364531f65e287f9867696da2 (diff)
downloadlibs-lbm-92f5645809449f56c39c0e4c6c29045b8a4acea6.tar.gz
Dangling changes
Diffstat (limited to 'lib/core/c++/geometry')
-rw-r--r--lib/core/c++/geometry/poiseulle_channel.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/core/c++/geometry/poiseulle_channel.hpp b/lib/core/c++/geometry/poiseulle_channel.hpp
new file mode 100644
index 0000000..f675a99
--- /dev/null
+++ b/lib/core/c++/geometry/poiseulle_channel.hpp
@@ -0,0 +1,7 @@
+#pragma once
+
+namespace kel {
+namespace lbm {
+
+}
+}