mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2331 GeoMech fixes for intersection view. Paste view and animation of synthetic cases.
This commit is contained in:
@@ -189,7 +189,7 @@ int Rim2dIntersectionView::timeStepCount()
|
||||
{
|
||||
if ( isTimeStepDependentDataVisible() )
|
||||
{
|
||||
return static_cast<int>( this->ownerCase()->timeStepDates().size());
|
||||
return static_cast<int>( this->ownerCase()->timeStepStrings().size());
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user