mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#1691 Rename to RigResultInfo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user