diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-21 23:43:20 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-21 23:43:29 +0200 |
| commit | 25a1c2485c5187c61a8efc9f5b62d4d942124d47 (patch) | |
| tree | 1b5faa3f7a2dbc1558891eeda7b2cacd8a56fd0d /modules/core/c++ | |
| parent | 484fc61e2472c2a3752168221bd85510e9b7c53f (diff) | |
| download | libs-lbm-dev.tar.gz | |
Danglingdev
Diffstat (limited to 'modules/core/c++')
| -rw-r--r-- | modules/core/c++/descriptor/common.hpp | 9 | ||||
| -rw-r--r-- | modules/core/c++/descriptor/d1q3.hpp | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/modules/core/c++/descriptor/common.hpp b/modules/core/c++/descriptor/common.hpp new file mode 100644 index 0000000..f821510 --- /dev/null +++ b/modules/core/c++/descriptor/common.hpp @@ -0,0 +1,9 @@ +#pragma once + +#include "../common.hpp" + +namespace kel { +namespace lbm { + +} +} diff --git a/modules/core/c++/descriptor/d1q3.hpp b/modules/core/c++/descriptor/d1q3.hpp new file mode 100644 index 0000000..7fc8591 --- /dev/null +++ b/modules/core/c++/descriptor/d1q3.hpp @@ -0,0 +1,9 @@ +#pragma once + +#include "common.hpp" + +namespace kel { +namespace lbm { + +} +} |
