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 ) {