From b9aacd9c2fdc61721c8ca3e1b40ebc92daa3772e Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 5 Nov 2025 13:38:04 +0100 Subject: Reworking structure --- lib/core/c++/geometry.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lib/core/c++/geometry.hpp (limited to 'lib/core/c++/geometry.hpp') diff --git a/lib/core/c++/geometry.hpp b/lib/core/c++/geometry.hpp new file mode 100644 index 0000000..9802feb --- /dev/null +++ b/lib/core/c++/geometry.hpp @@ -0,0 +1,14 @@ +#pragma once + +namespace kel { +namespace lbm { +/* +template +struct geometry { + void apply(const saw::data& field, const saw::data>& start, const saw::data>& end, const saw::data& type){ + + } +}; +*/ +} +} -- cgit v1.2.3