Remove unused variable.

This commit is contained in:
Atgeirr Flø Rasmussen 2016-10-13 17:09:43 +02:00
parent 654a24b625
commit 580e76cf05

View File

@ -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();