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:
authorYury Melnichek <melnichek@gmail.com>2011-04-12 22:59:46 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:15:37 +0300
commit9422f45143fda3392382d58ff17536a40336830a (patch)
tree443934807c2d38ee82c20f746930682f333dff61 /indexer/point_to_int64.hpp
parent564e3460dfa62261e1f139215b8565d1ac223612 (diff)
Tweak point and rect precision constants. Makes mwm 25% less. Breaks data format.
Alex promised to test performance :)
Diffstat (limited to 'indexer/point_to_int64.hpp')
-rw-r--r--indexer/point_to_int64.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/point_to_int64.hpp b/indexer/point_to_int64.hpp
index 3bb7325c40..74be2e968f 100644
--- a/indexer/point_to_int64.hpp
+++ b/indexer/point_to_int64.hpp
@@ -9,7 +9,7 @@
typedef double CoordT;
typedef pair<CoordT, CoordT> CoordPointT;
-typedef m2::CellId<19> RectId;
+typedef m2::CellId<17> RectId;
m2::PointU PointD2PointU(CoordT x, CoordT y);
CoordPointT PointU2PointD(m2::PointU const & p);