diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-07 18:15:25 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-07 18:15:25 +0200 |
| commit | 15ee0a4a9b398b86001c7a2542e8e98f9dedba70 (patch) | |
| tree | 60636c39dad819388e6fd814a2a9c2efac5dded1 /modules/core/c++/descriptor | |
| parent | cf3ee2ab8de44160c24da7850955021142f41da8 (diff) | |
| download | libs-lbm-15ee0a4a9b398b86001c7a2542e8e98f9dedba70.tar.gz | |
Environment cleanup. Use this in future sim runsdev
Diffstat (limited to 'modules/core/c++/descriptor')
| -rw-r--r-- | modules/core/c++/descriptor/d2q5.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/c++/descriptor/d2q5.hpp b/modules/core/c++/descriptor/d2q5.hpp index 74f8b96..fef9c40 100644 --- a/modules/core/c++/descriptor/d2q5.hpp +++ b/modules/core/c++/descriptor/d2q5.hpp @@ -5,7 +5,7 @@ namespace kel { namespace lbm { namespace sch { -using D2Q9 = Descriptor<2u,5u>; +using D2Q5 = Descriptor<2u,5u>; } template<typename T> |
