Fix notation

This commit is contained in:
Magne Sjaastad 2019-12-06 14:16:22 +01:00
parent db3b8937fa
commit b1e631c32f

View File

@ -1165,7 +1165,7 @@ std::vector<WellPathCellIntersectionInfo> RicWellPathExportMswCompletionsImpl::f
filteredIntersections.push_back( extraIntersection );
}
const double epsilon = 0.001;
const double epsilon = 1.0e-3;
for ( const WellPathCellIntersectionInfo& intersection : intersections )
{