summaryrefslogtreecommitdiff
path: root/modules/core/c++/descriptor
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-08-07 18:15:25 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-08-07 18:15:25 +0200
commit15ee0a4a9b398b86001c7a2542e8e98f9dedba70 (patch)
tree60636c39dad819388e6fd814a2a9c2efac5dded1 /modules/core/c++/descriptor
parentcf3ee2ab8de44160c24da7850955021142f41da8 (diff)
downloadlibs-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.hpp2
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>