From 5a166a02efe011931faa7a9ff9fe4043e3a8017a Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 23 Jun 2025 16:12:27 +0200 Subject: Upgrading the cavity example --- c++/component.hpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'c++') diff --git a/c++/component.hpp b/c++/component.hpp index c67387b..87ac31c 100644 --- a/c++/component.hpp +++ b/c++/component.hpp @@ -6,6 +6,10 @@ namespace kel { namespace lbm { namespace cmpt { + +/** + * Maybe for the future + */ template class access { public: @@ -16,6 +20,9 @@ public: static constexpr bool skip_sync = SkipSync; }; +/** + * Maybe for the future + */ template class access_tuple { public: @@ -23,7 +30,7 @@ public: } /** - * Compponent class which forms the basis of the + * Component class which forms the basis of each processing step */ template class component {}; -- cgit v1.2.3