Index: DamEngine/trunk/src/Deltares.DamEngine.Data/Geometry/Point2D.cs
===================================================================
diff -u -r6404 -r7042
--- DamEngine/trunk/src/Deltares.DamEngine.Data/Geometry/Point2D.cs (.../Point2D.cs) (revision 6404)
+++ DamEngine/trunk/src/Deltares.DamEngine.Data/Geometry/Point2D.cs (.../Point2D.cs) (revision 7042)
@@ -69,7 +69,7 @@
/// The other.
/// The precision.
///
- public bool LocationEquals(Point2D other, double precision = GeometryConstants.Accuracy)
+ public bool LocationEquals(Point2D other, double precision = GeometryConstants.Tolerance)
{
if (ReferenceEquals(other, null))
{