mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Store filenames for files with faults in project file
This commit is contained in:
@@ -99,11 +99,15 @@ bool RimResultCase::openEclipseGridFile()
|
||||
|
||||
cvf::ref<RigCaseData> eclipseCase = new RigCaseData;
|
||||
readerInterface = new RifReaderEclipseOutput;
|
||||
readerInterface->setFilenamesWithFaults(this->filesContainingFaults());
|
||||
|
||||
if (!readerInterface->open(caseFileName(), eclipseCase.p()))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
this->filesContainingFaults = readerInterface->filenamesWithFaults();
|
||||
|
||||
this->setReservoirData( eclipseCase.p() );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user