From 580e76cf059ba5d67f40b03e45e1c998fa8e2fe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Thu, 13 Oct 2016 17:09:43 +0200 Subject: [PATCH] Remove unused variable. --- opm/autodiff/MultisegmentWells_impl.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/opm/autodiff/MultisegmentWells_impl.hpp b/opm/autodiff/MultisegmentWells_impl.hpp index 35366b0ff..51262420e 100644 --- a/opm/autodiff/MultisegmentWells_impl.hpp +++ b/opm/autodiff/MultisegmentWells_impl.hpp @@ -828,7 +828,6 @@ namespace Opm if( msWells().empty() ) return ; - std::string modestring[4] = { "BHP", "THP", "RESERVOIR_RATE", "SURFACE_RATE" }; // Find, for each well, if any constraints are broken. If so, // switch control to first broken constraint. const int np = numPhases();