Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2016-01-07 19:39:19 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:03:31 +0300
commit4e148959f52f9303940fc95bf15091143730b388 (patch)
tree09b905c6d46400892f3b3713db669f0631b301fd /geometry
parent2279383b722d917bffa21c426e9ad818664f281a (diff)
[search] Basic cache implementation if CBV’s by rects.
Diffstat (limited to 'geometry')
-rw-r--r--geometry/mercator.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/geometry/mercator.hpp b/geometry/mercator.hpp
index bd570b0119..4fa61ac21f 100644
--- a/geometry/mercator.hpp
+++ b/geometry/mercator.hpp
@@ -94,7 +94,7 @@ struct MercatorBounds
static m2::PointD GetSmPoint(m2::PointD const & pt, double lonMetresR, double latMetresR);
- static double GetCellID2PointAbsEpsilon() { return 1.0E-4; }
+ static double constexpr GetCellID2PointAbsEpsilon() { return 1.0E-4; }
inline static m2::PointD FromLatLon(double lat, double lon)
{