Merge pull request #1116 from akva2/fix_expl_constructor_gcc5

fixed: build using gcc 5 (ubuntu xenial)
This commit is contained in:
Joakim Hove
2019-10-17 12:54:10 +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)