Avoid using buggy wellstate api

This commit is contained in:
Jørgen Kvalsvik 2016-09-28 14:27:30 +02:00
parent dfb7f8ff63
commit df4e163796

View File

@ -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;