From 9a26950862111b3656c5a56b7214e20407e88a3e Mon Sep 17 00:00:00 2001 From: ralfulrich <ralf.ulrich@kit.edu> Date: Wed, 27 Oct 2021 11:21:06 +0200 Subject: [PATCH] clang warnings --- tests/modules/testTracking.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/modules/testTracking.cpp b/tests/modules/testTracking.cpp index 828397c1b..1710844b1 100644 --- a/tests/modules/testTracking.cpp +++ b/tests/modules/testTracking.cpp @@ -75,7 +75,7 @@ TEMPLATE_TEST_CASE("Tracking", "tracking", tracking_leapfrog_curved::Tracking, // for algorithms that know magnetic deflections choose: +-50uT, 0uT // otherwise just 0uT auto Bfield = GENERATE_COPY(filter( - [isParallel]([[maybe_unused]] MagneticFluxType v) { + []([[maybe_unused]] MagneticFluxType v) { if constexpr (std::is_same_v<TestType, tracking_line::Tracking>) return v == 0_uT; else -- GitLab