#8892 Allan Diagram: Show formation data for all time steps

This commit is contained in:
Magne Sjaastad 2022-05-27 11:22:18 +02:00
parent a48ad22d0a
commit 5c224241e1

View File

@ -96,7 +96,8 @@ cvf::ref<RigResultAccessor> RigResultAccessorFactory::createFromResultAddress( c
size_t adjustedTimeStepIndex = timeStepIndex;
if ( resVarAddr.resultCatType() == RiaDefines::ResultCatType::STATIC_NATIVE ||
resVarAddr.resultCatType() == RiaDefines::ResultCatType::FORMATION_NAMES )
resVarAddr.resultCatType() == RiaDefines::ResultCatType::FORMATION_NAMES ||
resVarAddr.resultCatType() == RiaDefines::ResultCatType::ALLAN_DIAGRAMS )
{
adjustedTimeStepIndex = 0;
}