mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#804 Changes related to API changes in ERT
This commit is contained in:
@@ -65,9 +65,7 @@ void RifReaderOpmParserInput::importGridPropertiesFaults(const QString& fileName
|
||||
{
|
||||
eclipseGrid = Opm::Parser::parseGrid(*deck, parseContext);
|
||||
|
||||
if (eclipseGrid && eclipseGrid->hasCellInfo())
|
||||
{
|
||||
if (eclipseGrid->c_ptr())
|
||||
if (eclipseGrid && eclipseGrid->c_ptr())
|
||||
{
|
||||
RifReaderEclipseOutput::transferGeometry(eclipseGrid->c_ptr(), caseData);
|
||||
}
|
||||
@@ -117,7 +115,6 @@ void RifReaderOpmParserInput::importGridPropertiesFaults(const QString& fileName
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (caseData->results(RifReaderInterface::MATRIX_RESULTS)->resultCount() == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user