mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-16 20:24:48 -06:00
Use 'Vector' in place of 'V'.
This commit is contained in:
parent
9c0ffee8e9
commit
ba9e599ec7
@ -472,7 +472,7 @@ namespace Opm
|
||||
// Store well perforation total fluxes (reservor volumes) if requested.
|
||||
if (store_well_perforation_fluxes_) {
|
||||
// Ugly const-cast, but unappealing alternatives.
|
||||
V& wf = const_cast<V&>(well_perforation_fluxes_);
|
||||
Vector& wf = const_cast<Vector&>(well_perforation_fluxes_);
|
||||
wf = cqt_i.value();
|
||||
for (int phase = 0; phase < np; ++phase) {
|
||||
wf += cq_p[phase].value();
|
||||
|
Loading…
Reference in New Issue
Block a user