mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-03 20:20:48 -06:00
As display of wells is dependent on timestep, do not reset timestep when no results are present.
This fix was reverted unintentionally. p4#: 20423
This commit is contained in:
parent
09544f082b
commit
defc91ba08
@ -276,11 +276,6 @@ void RimReservoirView::clampCurrentTimestep()
|
||||
}
|
||||
|
||||
if (m_currentTimeStep < 0 ) m_currentTimeStep = 0;
|
||||
|
||||
if (!this->cellResult()->hasResult() || cellResult->hasStaticResult())
|
||||
{
|
||||
m_currentTimeStep = 0;
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user