mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4571 Sum. cmd. line: Add support for -s, -n and -e to grid cell plotting
This commit is contained in:
committed by
Gaute Lindkvist
parent
889577400a
commit
11e73a76fc
@@ -769,7 +769,8 @@ void RimEclipseResultDefinition::setFromEclipseResultAddress(const RigEclipseRes
|
||||
const RigCaseCellResultsData* gridCellResults = this->currentGridCellResults();
|
||||
if (gridCellResults)
|
||||
{
|
||||
canonizedAddress = gridCellResults->resultInfo(address)->eclipseResultAddress();
|
||||
auto rinfo = gridCellResults->resultInfo(address);
|
||||
if (rinfo) canonizedAddress = rinfo->eclipseResultAddress();
|
||||
}
|
||||
|
||||
m_resultType = canonizedAddress.m_resultCatType;
|
||||
|
||||
Reference in New Issue
Block a user