diff --git a/test/porousmediumflow/tracer/2ptracer/main.cc b/test/porousmediumflow/tracer/2ptracer/main.cc index 50c19c032751448e239b9c3d514f549855ce0257..463653edc087a59933426059486480132091680c 100644 --- a/test/porousmediumflow/tracer/2ptracer/main.cc +++ b/test/porousmediumflow/tracer/2ptracer/main.cc @@ -128,7 +128,7 @@ int main(int argc, char** argv) try // the assembler with time loop for instationary problem using TwoPAssembler = FVAssembler<TwoPTypeTag, DiffMethod::numeric>; - auto twoPAssembler = std::make_shared<TwoPAssembler>(twoPProblem, fvGridGeometry, twoPGridVariables, timeLoop); + auto twoPAssembler = std::make_shared<TwoPAssembler>(twoPProblem, fvGridGeometry, twoPGridVariables, timeLoop, pOld); // the linear solver using TwoPLinearSolver = AMGBackend<TwoPTypeTag>;