Linux fixes: Added missing includes

This commit is contained in:
Magne Sjaastad
2014-07-24 02:01:02 -07:00
parent 9ffb919fb5
commit b13c2621da
3 changed files with 5 additions and 2 deletions

View File

@@ -296,7 +296,7 @@ void RigMainGrid::calculateFaults()
// Add as fault face only if the grid index is less than the neighbors
if (gcIdx < neighborGlobalCellIdx)
if (static_cast<size_t>(gcIdx) < neighborGlobalCellIdx)
{
{
RigFault::FaultFace ff(gcIdx, cvf::StructGridInterface::FaceType(faceIdx), neighborGlobalCellIdx);