From b9e7c88314af9adcbb25fda666fdf91ef4d898e9 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 cc3174281..979ee4c04 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