Yet another linux compile warning

This commit is contained in:
Jacob Storen 2015-05-27 06:23:08 -07:00
parent f6e8bb4a1a
commit 95557dcfba

View File

@ -780,7 +780,7 @@ void RimReservoirCellResultsStorage::computeRiTransComponent(const QString& riTr
// Set up which component to compute
cvf::StructGridInterface::FaceType faceId;
cvf::StructGridInterface::FaceType faceId = cvf::StructGridInterface::NO_FACE;
QString permCompName;
if (riTransComponentResultName == RimDefines::riTranXResultName())
@ -1220,7 +1220,7 @@ void RimReservoirCellResultsStorage::computeRiTRANSbyAreaComponent(const QString
// Set up which component to compute
cvf::StructGridInterface::FaceType faceId;
cvf::StructGridInterface::FaceType faceId = cvf::StructGridInterface::NO_FACE;
QString transCompName;
if (riTransByAreaCompResultName == RimDefines::riAreaNormTranXResultName())