summaryrefslogtreecommitdiff
path: root/c++/geometry.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/geometry.h')
-rw-r--r--c++/geometry.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/c++/geometry.h b/c++/geometry.h
new file mode 100644
index 0000000..575c6a3
--- /dev/null
+++ b/c++/geometry.h
@@ -0,0 +1,10 @@
+#pragma once
+
+namespace kel {
+namespace lbm {
+template<typename... T>
+class geometry {
+
+};
+}
+}