mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3340 Fix some warnings
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user