mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Use compare() because endsWith() does not work as expected on Windows
p4#: 22005
This commit is contained in:
@@ -98,6 +98,8 @@ void RivWellPathPartMgr::buildWellPathParts(cvf::Vec3d displayModelOffset, doubl
|
||||
if (m_wellPathCollection.isNull()) return;
|
||||
|
||||
RigWellPath* wellPathGeometry = m_rimWellPath->wellPathGeometry();
|
||||
if (!wellPathGeometry) return;
|
||||
|
||||
if (wellPathGeometry->m_wellPathPoints.size() < 2) return;
|
||||
|
||||
m_wellBranches.clear();
|
||||
|
||||
Reference in New Issue
Block a user