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:
@@ -178,7 +178,7 @@ public:
|
|||||||
const int spatialIdx = elemCtx.globalSpaceIndex(dofIdx, timeIdx);
|
const int spatialIdx = elemCtx.globalSpaceIndex(dofIdx, timeIdx);
|
||||||
std::cout << " updating the intensive quantities for Cell " << spatialIdx << std::endl;
|
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) {
|
if (flashVerbosity >= 5) {
|
||||||
// printing of flash result after solve
|
// printing of flash result after solve
|
||||||
|
|||||||
Reference in New Issue
Block a user