mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4437 Make sure formation colors are available and visible for all time step
This commit is contained in:
parent
690ab840c5
commit
df405dd396
@ -90,7 +90,7 @@ cvf::ref<RigResultAccessor> RigResultAccessorFactory::createFromResultAddress(co
|
|||||||
}
|
}
|
||||||
|
|
||||||
size_t adjustedTimeStepIndex = timeStepIndex;
|
size_t adjustedTimeStepIndex = timeStepIndex;
|
||||||
if (resVarAddr.m_resultCatType == RiaDefines::STATIC_NATIVE)
|
if (resVarAddr.m_resultCatType == RiaDefines::STATIC_NATIVE || resVarAddr.m_resultCatType == RiaDefines::FORMATION_NAMES)
|
||||||
{
|
{
|
||||||
adjustedTimeStepIndex = 0;
|
adjustedTimeStepIndex = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user