fix bug: wrong twophase type passed

no consequence though as the parameter passed is unused,
but let's correct it nontheless
This commit is contained in:
Arne Morten Kvarving
2021-12-14 13:48:20 +01:00
parent 5e2af431b2
commit dcf4b382d1

View File

@@ -360,7 +360,7 @@ public:
oilWaterParams->setImbibitionParams(oilWaterImbParamsHyst,
gasOilScaledImbInfo,
EclGasOilSystem);
EclOilWaterSystem);
}
if (hasGas && hasWater && !hasOil) {