summaryrefslogtreecommitdiff
path: root/c++/mutater.h
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2023-07-05 18:00:03 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2023-07-05 18:00:03 +0200
commitcfa607e1f985ddd941bb34fc4db883eabd1c9b4f (patch)
tree3dd01a5a77ea108b9c27ba4059e72c9a0974655f /c++/mutater.h
parentd37da6101449a377962caed0521f60d7781e024a (diff)
c++: mutater setup and geometry class added with minor changes in
cavity2d
Diffstat (limited to 'c++/mutater.h')
-rw-r--r--c++/mutater.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/c++/mutater.h b/c++/mutater.h
new file mode 100644
index 0000000..1c093da
--- /dev/null
+++ b/c++/mutater.h
@@ -0,0 +1,8 @@
+#pragma once
+
+namespace kel {
+namespace lbm {
+template<typename T>
+class mutater;
+}
+}