mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Avoid using buggy wellstate api
This commit is contained in:
parent
dfb7f8ff63
commit
df4e163796
@ -197,7 +197,7 @@ namespace Opm
|
||||
|
||||
const int nw = this->numWells();
|
||||
if( nw == 0 ) return res;
|
||||
const int np = this->numPhases();
|
||||
const int np = pu.num_phases;
|
||||
|
||||
|
||||
using rt = data::Rates::opt;
|
||||
|
Loading…
Reference in New Issue
Block a user