From 0af94eef27127582a74197667eecda57af97edc4 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Thu, 17 Oct 2024 11:32:04 +0200 Subject: [PATCH] remove unused capture --- opm/simulators/flow/FlowProblemBlackoil.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/simulators/flow/FlowProblemBlackoil.hpp b/opm/simulators/flow/FlowProblemBlackoil.hpp index 8b5209de1..f8e694e8c 100644 --- a/opm/simulators/flow/FlowProblemBlackoil.hpp +++ b/opm/simulators/flow/FlowProblemBlackoil.hpp @@ -1524,7 +1524,7 @@ protected: using ViolationLevel = typename Satfunc::PhaseChecks:: SatfuncConsistencyCheckManager::ViolationLevel; - auto reportFailures = [&sfuncConsistencyChecks, this] + auto reportFailures = [&sfuncConsistencyChecks] (const ViolationLevel level) { sfuncConsistencyChecks.reportFailures