mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #991 from babrodtk/code_cleanup
Removed unused variable / compilation fix Eigen 3.3.1
This commit is contained in:
commit
695522336e
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user