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
1 merge request!387Hadronic model interface overhaul
...@@ -75,7 +75,7 @@ TEMPLATE_TEST_CASE("Tracking", "tracking", tracking_leapfrog_curved::Tracking, ...@@ -75,7 +75,7 @@ TEMPLATE_TEST_CASE("Tracking", "tracking", tracking_leapfrog_curved::Tracking,
// for algorithms that know magnetic deflections choose: +-50uT, 0uT // for algorithms that know magnetic deflections choose: +-50uT, 0uT
// otherwise just 0uT // otherwise just 0uT
auto Bfield = GENERATE_COPY(filter( auto Bfield = GENERATE_COPY(filter(
[isParallel]([[maybe_unused]] MagneticFluxType v) { []([[maybe_unused]] MagneticFluxType v) {
if constexpr (std::is_same_v<TestType, tracking_line::Tracking>) if constexpr (std::is_same_v<TestType, tracking_line::Tracking>)
return v == 0_uT; return v == 0_uT;
else 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