removing some unused variables

to reduce warnings.
This commit is contained in:
Kai Bao
2017-08-10 16:00:27 +02:00
parent f1c0e84878
commit 66b5226039
4 changed files with 2 additions and 31 deletions

View File

@@ -2038,9 +2038,6 @@ namespace Opm
}
}
// the number of wells
const int nw = well_state.bhp().size();
switch (well_controls_get_current_type(wc)) {
case THP:
case BHP: {