mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
xmfData to ymfData, typo correction
This commit is contained in:
parent
dddcfad298
commit
68503eb9b2
@ -438,7 +438,7 @@ protected:
|
||||
for (unsigned compIdx = 0; compIdx < numComponents; ++compIdx) {
|
||||
const std::size_t data_idx = compIdx * numDof + dofIdx;
|
||||
const Scalar xmf = xmfData[data_idx];
|
||||
const Scalar ymf = xmfData[data_idx];
|
||||
const Scalar ymf = ymfData[data_idx];
|
||||
|
||||
dofFluidState.setMoleFraction(FluidSystem::oilPhaseIdx, compIdx, xmf);
|
||||
dofFluidState.setMoleFraction(FluidSystem::gasPhaseIdx, compIdx, ymf);
|
||||
|
Loading…
Reference in New Issue
Block a user