Higher tolerances

This commit is contained in:
Gaute Lindkvist
2020-10-20 15:15:46 +02:00
parent f569d6872b
commit 9401a81097
3 changed files with 34 additions and 14 deletions

View File

@@ -380,7 +380,7 @@ double RigWellPath::identicalTubeLength( const RigWellPath& other ) const
//--------------------------------------------------------------------------------------------------
cvf::ref<RigWellPath> RigWellPath::commonGeometry( const std::vector<const RigWellPath*>& allGeometries )
{
const double eps = 1.0e-8;
const double eps = 1.0e-3;
if ( allGeometries.empty() )
return nullptr;