diff --git a/opm/core/wells/WellsManager_impl.hpp b/opm/core/wells/WellsManager_impl.hpp index cc317428..979ee4c0 100644 --- a/opm/core/wells/WellsManager_impl.hpp +++ b/opm/core/wells/WellsManager_impl.hpp @@ -51,7 +51,7 @@ double computeWellIndex(const double radius, const std::array& cubical, const double* cell_permeability, const double skin_factor, - const Opm::CompletionDirection::DirectionEnum direction, + const Opm::WellCompletion::DirectionEnum direction, const double ntg); template