diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-13 15:05:18 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-13 15:05:18 +0200 |
| commit | 5176bfc479a15a5840c4762a9a6c51d5591e41f5 (patch) | |
| tree | 708bea12935e9328109d89263082f126c3c4693c | |
| parent | a707a1a35d370e4ffc7e808049fb76e8314d4ac1 (diff) | |
| download | libs-lbm-5176bfc479a15a5840c4762a9a6c51d5591e41f5.tar.gz | |
Prepare for separation
| -rw-r--r-- | modules/core/c++/descriptor/d2q9.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/core/c++/descriptor/d2q9.hpp b/modules/core/c++/descriptor/d2q9.hpp new file mode 100644 index 0000000..f675a99 --- /dev/null +++ b/modules/core/c++/descriptor/d2q9.hpp @@ -0,0 +1,7 @@ +#pragma once + +namespace kel { +namespace lbm { + +} +} |
