mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-20 21:43:20 -06:00
#8892 Allan Diagram: Show formation data for all time steps
This commit is contained in:
parent
a48ad22d0a
commit
5c224241e1
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user