mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adapt to the move of the valgrind client requests into the Opm namespace
This commit is contained in:
@@ -1243,8 +1243,8 @@ private:
|
||||
Dune::FieldVector< Scalar, numPhases > pc( 0 );
|
||||
const auto& matParams = materialLawParams(dofIdx);
|
||||
MaterialLaw::capillaryPressures(pc, matParams, dofFluidState);
|
||||
Valgrind::CheckDefined(oilPressure);
|
||||
Valgrind::CheckDefined(pc);
|
||||
Opm::Valgrind::CheckDefined(oilPressure);
|
||||
Opm::Valgrind::CheckDefined(pc);
|
||||
for (unsigned phaseIdx = 0; phaseIdx < numPhases; ++phaseIdx)
|
||||
dofFluidState.setPressure(phaseIdx, oilPressure + (pc[phaseIdx] - pc[oilPhaseIdx]));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user