System : Fix compiler warning

This commit is contained in:
Magne Sjaastad 2018-02-08 11:32:15 +01:00
parent 6f3a84c2b0
commit beb122c6d0

View File

@ -139,7 +139,7 @@ std::vector<cvf::Vec3d> RimSimWellFracture::perforationLengthCenterLineCoords()
{
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;