mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-16 20:24:48 -06:00
Merge pull request #5623 from GitPaean/typo_correction
xmfData to ymfData, typo correction
This commit is contained in:
commit
5137f51848
@ -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