#788 opm-parser: Read faults as part of reading input data

This commit is contained in:
Magne Sjaastad
2016-07-12 14:08:05 +02:00
parent d5050e96b8
commit 4cb91128e7
3 changed files with 37 additions and 12 deletions

View File

@@ -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)
{