mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adapting to the interface change for PTFlash::solve()
This commit is contained in:
parent
cbc12a915b
commit
e31b9784fd
@ -178,7 +178,7 @@ public:
|
||||
const int spatialIdx = elemCtx.globalSpaceIndex(dofIdx, timeIdx);
|
||||
std::cout << " updating the intensive quantities for Cell " << spatialIdx << std::endl;
|
||||
}
|
||||
FlashSolver::solve(fluidState_, z, flashTwoPhaseMethod, flashTolerance, flashVerbosity);
|
||||
FlashSolver::solve(fluidState_, flashTwoPhaseMethod, flashTolerance, flashVerbosity);
|
||||
|
||||
if (flashVerbosity >= 5) {
|
||||
// printing of flash result after solve
|
||||
|
Loading…
Reference in New Issue
Block a user