#2331 GeoMech fixes for intersection view. Paste view and animation of synthetic cases.

This commit is contained in:
Jacob Støren
2018-01-29 16:14:11 +01:00
parent 287992df91
commit c9d6d60931
2 changed files with 3 additions and 1 deletions

View File

@@ -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;