mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix notation
This commit is contained in:
parent
db3b8937fa
commit
b1e631c32f
@ -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 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user