mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-10 07:26:03 -06:00
System : Use unsigned type as index
This commit is contained in:
parent
0006c786cf
commit
245ea2dac2
@ -150,7 +150,7 @@ cvf::StructGridInterface::FaceType RigNNCData::calculateCellFaceOverlap(const Ri
|
||||
#endif
|
||||
|
||||
|
||||
for ( char fIdx = 0; fIdx < 6; ++fIdx )
|
||||
for ( unsigned char fIdx = 0; fIdx < 6; ++fIdx )
|
||||
{
|
||||
if ( !isPossibleNeighborInDirection[fIdx] )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user