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>2013-10-10 21:07:36 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:04:15 +0300
commit185538d258aa6a954149657dd3fbd9f27eb4345d (patch)
tree06282bff8848996a5358374f846643d9f2dd9f46 /geometry/geometry_tests/equality.hpp
parentee6c45e7a925576868f14c502f2ad379aa392157 (diff)
Code style fixes; Added ScreenBase test.
Diffstat (limited to 'geometry/geometry_tests/equality.hpp')
-rw-r--r--geometry/geometry_tests/equality.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/geometry/geometry_tests/equality.hpp b/geometry/geometry_tests/equality.hpp
index 526310e9e7..90ed2fdd8b 100644
--- a/geometry/geometry_tests/equality.hpp
+++ b/geometry/geometry_tests/equality.hpp
@@ -27,7 +27,7 @@ namespace test
inline bool is_equal(m2::PointD const & p1, m2::PointD const & p2)
{
- return p1.EqualDxDy(p2, 1.0E-10);
+ return p1.EqualDxDy(p2, 1.0E-8);
}
inline bool is_equal_center(m2::RectD const & r1, m2::RectD const & r2)