summaryrefslogtreecommitdiff
path: root/c++/geometry.h
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2023-07-06 16:13:59 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2023-07-06 16:13:59 +0200
commit85af48cace105743f7f509104f5d63506c27dddf (patch)
treecf804632dffd3ab4ecebe87fb85d54151fd8a785 /c++/geometry.h
parentcfa607e1f985ddd941bb34fc4db883eabd1c9b4f (diff)
c++: Mostly thoughts expressed in code.
A regular apply lambda with info about current cell coordinates and bounds might be interesting.
Diffstat (limited to 'c++/geometry.h')
-rw-r--r--c++/geometry.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/c++/geometry.h b/c++/geometry.h
index 575c6a3..39b5f13 100644
--- a/c++/geometry.h
+++ b/c++/geometry.h
@@ -1,10 +1,8 @@
#pragma once
+
+
namespace kel {
namespace lbm {
-template<typename... T>
-class geometry {
-
-};
}
}