mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06: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