mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Make sure curve type rate/acc is calculated for existing project files
This commit is contained in:
parent
e9044c5912
commit
b4c7dd411b
@ -826,6 +826,11 @@ void RimSummaryCurve::initAfterRead()
|
||||
{
|
||||
m_isEnsembleCurve.v() = ( summaryCaseY() && summaryCaseY()->ensemble() ) ? caf::Tristate::State::True : caf::Tristate::State::False;
|
||||
}
|
||||
|
||||
if ( RimProject::current()->isProjectFileVersionEqualOrOlderThan( "2024.3" ) )
|
||||
{
|
||||
calculateCurveInterpolationFromAddress();
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user