diff options
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.; }; } |