diff --git a/src/cctag/Types.hpp b/src/cctag/Types.hpp index ec71fdfb..0281b577 100644 --- a/src/cctag/Types.hpp +++ b/src/cctag/Types.hpp @@ -21,7 +21,7 @@ class EdgePointCollection public: static constexpr size_t MAX_POINTS = size_t(1) << 24; private: - static constexpr size_t MAX_RESOLUTION = 6144; + static constexpr size_t MAX_RESOLUTION = 8192; static constexpr size_t CUDA_OFFSET = 1024; // 4 kB, one page static constexpr size_t MAX_VOTERLIST_SIZE = 16*MAX_POINTS;