Fixed typo.

This commit is contained in:
Ove Sævareid
2020-11-17 19:42:41 +01:00
parent aca6335585
commit 940af0f15d

View File

@@ -621,7 +621,7 @@ namespace Opm
comp.rates.set( rt::brine, this->perfRateBrine()[wt.second[1] + local_comp_index]);
}
if ( pu.has_solvent || pu.has_zFraction) {
comp.rates.set( rt::solvent, this->perfRateSolvent()[local_comp_index]);
comp.rates.set( rt::solvent, this->perfRateSolvent()[wt.second[1] + local_comp_index]);
}
++local_comp_index;