mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Support loading only last geomech frame (#9727)
Support option for loading only the last frame for each geomech timestep. Turn it default on for old projects.
This commit is contained in:
committed by
Magne Sjaastad
parent
565be8716a
commit
09248011ef
@@ -363,7 +363,9 @@ RimGeoMechCase::CaseOpenStatus RimGeoMechCase::openGeoMechCase( std::string* err
|
||||
}
|
||||
|
||||
// Continue reading the open file
|
||||
if ( !geoMechCaseData->readFemParts( errorMessage, m_timeStepFilter->filteredTimeSteps() ) )
|
||||
if ( !geoMechCaseData->readFemParts( errorMessage,
|
||||
m_timeStepFilter->filteredTimeSteps(),
|
||||
m_timeStepFilter->readOnlyLastFrame() ) )
|
||||
{
|
||||
return CASE_OPEN_ERROR;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user