mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4668 Make contour time and case diff work
This commit is contained in:
committed by
Magne Sjaastad
parent
b38904d158
commit
25c692d3db
@@ -968,6 +968,26 @@ QString RimEclipseResultDefinition::diffResultUiShortNameHTML() const
|
||||
return diffResult.join("<br>");
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
int RimEclipseResultDefinition::timeLapseBaseTimeStep() const
|
||||
{
|
||||
return m_timeLapseBaseTimestep;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
int RimEclipseResultDefinition::caseDiffIndex() const
|
||||
{
|
||||
if ( m_differenceCase )
|
||||
{
|
||||
return m_differenceCase->caseId();
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user