mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove compiler warnings
This commit is contained in:
@@ -203,7 +203,7 @@ public:
|
||||
|
||||
std::array<FaceType, 4> adjacentFaces(FaceType face)
|
||||
{
|
||||
std::array<FaceType, 4> clipFaces;
|
||||
std::array<FaceType, 4> clipFaces = {FaceType::NO_FACE, FaceType::NO_FACE, FaceType::NO_FACE, FaceType::NO_FACE} ;
|
||||
FaceType oppFace = cvf::StructGridInterface::oppositeFace(face);
|
||||
int clipFaceCount = 0;
|
||||
for (int faceCand = 0; faceCand < 6; ++faceCand )
|
||||
|
||||
Reference in New Issue
Block a user