From e2355b50a0d31f675e16593299256334c2baa2c4 Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Mon, 9 Nov 2015 11:38:03 +0100 Subject: [PATCH] fix Location for debug build --- src/geometry/Location.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/geometry/Location.hpp b/src/geometry/Location.hpp index 7dbff69..43d94dc 100644 --- a/src/geometry/Location.hpp +++ b/src/geometry/Location.hpp @@ -60,6 +60,9 @@ struct Location { }; +template constexpr typename Location::CoarseScalar Location::scale; +template constexpr typename Location::FineScalar Location::fscale; + template inline Location &Location::Correct() noexcept { while (block.x >= fscale) { -- 2.39.2