diff --git a/opm/core/wells/WellsManager.cpp b/opm/core/wells/WellsManager.cpp index f4c7f0692..85339805c 100644 --- a/opm/core/wells/WellsManager.cpp +++ b/opm/core/wells/WellsManager.cpp @@ -223,12 +223,7 @@ namespace Opm : w_(0) { } - WellsManager::WellsManager(struct Wells* W) - : w_(W) - { - } - - + /// Construct from existing wells object. WellsManager::WellsManager(struct Wells* W)