Merge pull request #545 from akva2/fix_build_no_ecl_input
fix build without ENABLE_ECL_INPUT
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user