From 461e53e891977b9453ab3b08d76b9f04503871ea Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Mon, 12 Jan 2015 12:41:56 +0100 Subject: [PATCH] Added missing enum rename --- opm/core/wells/WellsManager_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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