diff options
| author | Jacob Palecki <[email protected]> | 2021-04-08 22:23:48 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2021-04-08 22:23:48 -0700 |
| commit | 0bf728ac4f0443cb1093d7eb3d2635bf068182b0 (patch) | |
| tree | 93fb9cc0c96cd1bb162b25a1adf825d389195802 /common/rawaccel-base.hpp | |
| parent | Progress in arbitrary (diff) | |
| parent | make it safe (diff) | |
| download | rawaccel-0bf728ac4f0443cb1093d7eb3d2635bf068182b0.tar.xz rawaccel-0bf728ac4f0443cb1093d7eb3d2635bf068182b0.zip | |
merge and improve
Diffstat (limited to 'common/rawaccel-base.hpp')
| -rw-r--r-- | common/rawaccel-base.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rawaccel-base.hpp b/common/rawaccel-base.hpp index dde56f5..2f49ec0 100644 --- a/common/rawaccel-base.hpp +++ b/common/rawaccel-base.hpp @@ -15,7 +15,7 @@ namespace rawaccel { inline constexpr size_t MAX_DEV_ID_LEN = 200; - inline constexpr size_t LUT_CAPACITY = 1025; + inline constexpr size_t SPACED_LUT_CAPACITY = 1025; inline constexpr double MAX_NORM = 16; inline constexpr double PI = 3.14159265358979323846; |