Merge pull request #1116 from akva2/fix_expl_constructor_gcc5
fixed: build using gcc 5 (ubuntu xenial)
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