#1691 Rename to RigResultInfo

This commit is contained in:
Magne Sjaastad
2017-08-11 07:57:55 +02:00
parent 3253c8968e
commit 6b90a94458
6 changed files with 14 additions and 15 deletions

View File

@@ -91,7 +91,7 @@ void RimReservoirCellResultsStorage::setupBeforeSave()
if (!m_cellResults) return;
const std::vector<ResultInfo>& resInfo = m_cellResults->infoForEachResultIndex();
const std::vector<RigResultInfo>& resInfo = m_cellResults->infoForEachResultIndex();
bool hasResultsToStore = false;
for (size_t rIdx = 0; rIdx < resInfo.size(); ++rIdx)