diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-03-21 16:27:18 +0100 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-03-21 16:27:18 +0100 |
commit | 6018fb18dd5517fe329befc5a9d71f7187e85052 (patch) | |
tree | b839993cd97e8aa34af747a4b702304188f5820c /c++/descriptor.h | |
parent | cc2487d7d340979e8c0f734ad33bd70d67994d42 (diff) |
Pending changes. Something is diverging here
Diffstat (limited to 'c++/descriptor.h')
-rw-r--r-- | c++/descriptor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/descriptor.h b/c++/descriptor.h index fad9bf2..63d6a5c 100644 --- a/c++/descriptor.h +++ b/c++/descriptor.h @@ -68,6 +68,7 @@ public: 2 }; + static constexpr typename saw::native_data_type<T>::type inv_cs2 = 3.0; static constexpr typename saw::native_data_type<T>::type cs2 = 1./3.; }; } |