IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 9a269508 authored by ralfulrich's avatar ralfulrich Committed by Ralf Ulrich
Browse files

clang warnings

parent 36ade5d1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment