Fixed compiler warning

p4#: 22392
This commit is contained in:
Magne Sjaastad 2013-09-12 13:56:01 +02:00
parent 1c2e2f86c5
commit 18a05b7bff

View File

@ -247,7 +247,7 @@ void RigSingleWellResultsData::computeStaticWellCellPath()
for (bIt = staticWellBranches.begin(); bIt != staticWellBranches.end(); ++bIt) for (bIt = staticWellBranches.begin(); bIt != staticWellBranches.end(); ++bIt)
{ {
if (bIt->first >= m_wellCellsTimeSteps[0].m_wellResultBranches.size()) if (bIt->first >= static_cast<int>(m_wellCellsTimeSteps[0].m_wellResultBranches.size()))
{ {
continue; continue;
} }