mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixes of linux compile errors and warnings
This commit is contained in:
@@ -205,7 +205,7 @@ void RigFemPart::calculateElmNeighbors()
|
||||
}
|
||||
|
||||
// Check if any of the neighbor candidates faces matches
|
||||
for (int nbcIdx = 0; nbcIdx < candidates.size(); ++nbcIdx)
|
||||
for (int nbcIdx = 0; nbcIdx < static_cast<int>(candidates.size()); ++nbcIdx)
|
||||
{
|
||||
int nbcElmIdx = candidates[nbcIdx];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user