mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -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;
|
size_t adjustedTimeStepIndex = timeStepIndex;
|
||||||
if ( resVarAddr.resultCatType() == RiaDefines::ResultCatType::STATIC_NATIVE ||
|
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;
|
adjustedTimeStepIndex = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user