#3340 Fix some warnings

This commit is contained in:
Magne Sjaastad
2018-09-11 21:56:15 +02:00
parent 1a1fcfa6ea
commit b604d26e90
10 changed files with 5 additions and 15 deletions

View File

@@ -1929,7 +1929,7 @@ void RigCaseCellResultsData::computeNncCombRiTrans()
cvf::StructGridInterface::FaceType faceId = nncConnections[connIdx].m_c1Face;
ResultIndexFunction permIdxFunc = nullptr;
std::vector<double> * permResults;
std::vector<double> * permResults = nullptr;
switch (faceId)
{