mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fix typo
This commit is contained in:
parent
8b8ca200d6
commit
60a6451a6f
@ -232,7 +232,7 @@ namespace Opm {
|
||||
BlackoilSolventModel<Grid>::updateEquationsScaling()
|
||||
{
|
||||
Base::updateEquationsScaling();
|
||||
assert(MaxNumPhases + 1 == resdual.matbalscale.size());
|
||||
assert(MaxNumPhases + 1 == residual_.matbalscale.size());
|
||||
if (has_solvent_) {
|
||||
const ADB& temp_b = rq_[solvent_pos_].b;
|
||||
ADB::V B = 1. / temp_b.value();
|
||||
|
Loading…
Reference in New Issue
Block a user