Merge pull request #1120 from blattms/backport-of-pr-1116

fixed: build using gcc 5 (ubuntu xenial) (backport of PR #1116
This commit is contained in:
Markus Blatt
2019-10-17 13:25:35 +02:00
committed by GitHub

View File

@@ -75,7 +75,7 @@ namespace {
}
}
return { "NoSuchKeyword", Opm::EclIO::eclArrType::MESS, 0 };
return EclIO::EclFile::EclEntry{ "NoSuchKeyword", Opm::EclIO::eclArrType::MESS, 0 };
}
EclIO::eclArrType ecl_kw_get_type(const EclIO::EclFile::EclEntry& vec)