mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-03 12:10:57 -06:00
System : Fix compiler warning
This commit is contained in:
parent
6f3a84c2b0
commit
beb122c6d0
@ -139,7 +139,7 @@ std::vector<cvf::Vec3d> RimSimWellFracture::perforationLengthCenterLineCoords()
|
|||||||
{
|
{
|
||||||
std::vector<cvf::Vec3d> coords;
|
std::vector<cvf::Vec3d> coords;
|
||||||
|
|
||||||
if (!m_branchCenterLines.empty() && m_branchIndex < m_branchCenterLines.size())
|
if (!m_branchCenterLines.empty() && m_branchIndex < static_cast<int>(m_branchCenterLines.size()))
|
||||||
{
|
{
|
||||||
RigWellPath wellPathGeometry;
|
RigWellPath wellPathGeometry;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user