From b1e631c32fd2178c8f13db32c5a9eb65e5312e68 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Fri, 6 Dec 2019 14:16:22 +0100 Subject: [PATCH] Fix notation --- .../RicWellPathExportMswCompletionsImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportMswCompletionsImpl.cpp b/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportMswCompletionsImpl.cpp index 0092436e2a..59453c659c 100644 --- a/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportMswCompletionsImpl.cpp +++ b/ApplicationCode/Commands/CompletionExportCommands/RicWellPathExportMswCompletionsImpl.cpp @@ -1165,7 +1165,7 @@ std::vector RicWellPathExportMswCompletionsImpl::f filteredIntersections.push_back( extraIntersection ); } - const double epsilon = 0.001; + const double epsilon = 1.0e-3; for ( const WellPathCellIntersectionInfo& intersection : intersections ) {