Merge pull request #545 from akva2/fix_build_no_ecl_input

fix build without ENABLE_ECL_INPUT
This commit is contained in:
Bård Skaflestad
2022-11-30 14:58:08 +01:00
committed by GitHub

View File

@@ -52,6 +52,7 @@ namespace Opm {
* keywords.
*/
#if HAVE_ECL_INPUT
namespace {
std::vector<double> try_get(const FieldPropsManager& fp, const std::string& keyword) {
@@ -62,8 +63,7 @@ std::vector<double> try_get(const FieldPropsManager& fp, const std::string& keyw
}
}
#endif
class EclEpsGridProperties
{