mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-29 12:33:49 -06:00
Bugfix: use water saturation vector where it is expected, not full saturation.
This commit is contained in:
parent
ffd33be55d
commit
1e4db53e7f
@ -1210,7 +1210,7 @@ namespace Opm
|
||||
mob_.resize(2*nc);
|
||||
|
||||
for (int cell = 0; cell < nc; ++cell) {
|
||||
mobility(saturation[cell], concentration[cell], cell, &mob_[2*cell]);
|
||||
mobility(saturation_[cell], concentration_[cell], cell, &mob_[2*cell]);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user