mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Linux fixes: Added missing includes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user