From 6393b959829a1f7513f3daccbaeb9e275fc4ac0d Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 3 Jul 2025 15:37:25 +0200 Subject: Wrote minor iterator confirmation tests --- c++/geometry.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'c++/geometry.hpp') diff --git a/c++/geometry.hpp b/c++/geometry.hpp index f675a99..fe0fe7e 100644 --- a/c++/geometry.hpp +++ b/c++/geometry.hpp @@ -2,6 +2,11 @@ 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