mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#788 opm-parser: Read faults as part of reading input data
This commit is contained in:
@@ -113,9 +113,7 @@ void RimEclipseInputCaseOpm::importEclipseGridAndProperties(const QString& fileN
|
||||
{
|
||||
this->setReservoirData(new RigCaseData);
|
||||
|
||||
std::map<QString, QString> mapUiNameToKeyword;
|
||||
|
||||
RifReaderOpmParserInput::importGridAndProperties(fileName, reservoirData(), &mapUiNameToKeyword);
|
||||
RifReaderOpmParserInput::importGridPropertiesFaults(fileName, reservoirData());
|
||||
|
||||
if (this->reservoirData()->mainGrid() == NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user