mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Created RigFemPartResultsCollection
Refactored the results stuff from GeoMechCaseData into the new class preparing to extend the statistics calculation
This commit is contained in:
@@ -764,7 +764,7 @@ void RiuMainWindow::refreshAnimationActions()
|
||||
{
|
||||
if (activeGmv->isTimeStepDependentDataVisible())
|
||||
{
|
||||
std::vector<std::string> stepNames = activeGmv->geoMechCase()->geoMechData()->stepNames();
|
||||
std::vector<std::string> stepNames = activeGmv->geoMechCase()->geoMechData()->femPartResults()->stepNames();
|
||||
for (size_t i = 0; i < stepNames.size(); i++)
|
||||
{
|
||||
timeStepStrings += QString::fromStdString(stepNames[i]);
|
||||
|
||||
Reference in New Issue
Block a user