summaryrefslogtreecommitdiff
path: root/modules/core/c++/descriptor
diff options
context:
space:
mode:
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>