Skip to content
Snippets Groups Projects
Commit 697b3a92 authored by Tom Fischer's avatar Tom Fischer
Browse files

[T/GL] Make shift a bit bigger.

parent 6b9624b9
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ TEST(GeoLib, GEOObjectsMergePoints) ...@@ -76,7 +76,7 @@ TEST(GeoLib, GEOObjectsMergePoints)
ASSERT_EQ(test_name, "PointSet0-7-7-7"); ASSERT_EQ(test_name, "PointSet0-7-7-7");
// *** insert "shifted" set of points // *** insert "shifted" set of points
shift[0] += 8.0 * std::numeric_limits<double>::epsilon(); shift[0] += 1e-4;
names.push_back("ShiftedPointSet"); names.push_back("ShiftedPointSet");
createSetOfTestPointsAndAssociatedNames(geo_objs, names[2], shift); createSetOfTestPointsAndAssociatedNames(geo_objs, names[2], shift);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment