Merge pull request #991 from babrodtk/code_cleanup

Removed unused variable / compilation fix Eigen 3.3.1
This commit is contained in:
Atgeirr Flø Rasmussen 2016-12-22 13:42:15 +01:00 committed by GitHub
commit 695522336e

View File

@ -697,8 +697,6 @@ namespace {
const ADB& bhp = state.bhp; 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 // Extract variables for perforation cell pressures
// and corresponding perforation well pressures. // and corresponding perforation well pressures.
const ADB p_perfcell = subset(state.pressure, well_cells); const ADB p_perfcell = subset(state.pressure, well_cells);