Removed unused variable (which gave me compilation errors)

This commit is contained in:
babrodtk 2016-12-22 13:00:51 +01:00
parent 3e120d6e33
commit 5923f64322

View File

@ -697,8 +697,6 @@ namespace {
const ADB& bhp = state.bhp;
const DataBlock well_s = wops_.w2p * Eigen::Map<const DataBlock>(wells_.comp_frac, nw, np).matrix();
// Extract variables for perforation cell pressures
// and corresponding perforation well pressures.
const ADB p_perfcell = subset(state.pressure, well_cells);