mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
@@ -169,3 +169,13 @@ QStringList RimGeoMechCase::timeStepStrings()
|
||||
|
||||
return stringList;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RimGeoMechCase::timeStepName(int frameIdx)
|
||||
{
|
||||
std::vector<std::string> stepNames = geoMechData()->femPartResults()->stepNames();
|
||||
|
||||
return QString::fromStdString(stepNames[frameIdx]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user