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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user