mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added support for building of metadata from existing time steps
Improved statistics calculation for opening single time step files Close all dynamic access files when a time step statistics is complete p4#: 20756
This commit is contained in:
@@ -408,3 +408,16 @@ cvf::ref<cvf::StructGridScalarDataAccess> RigEclipseCase::dataAccessObject(const
|
||||
return NULL;
|
||||
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RigEclipseCase::closeReaderInterface()
|
||||
{
|
||||
RifReaderInterface* readerInterface = m_matrixModelResults->readerInterface();
|
||||
|
||||
if (readerInterface)
|
||||
{
|
||||
readerInterface->close();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user