Skip to content
Snippets Groups Projects

TrigGlobalEfficiencyCorrection: Fix cppcheck warnings.

  1. Feb 26, 2024
    • scott snyder's avatar
      TrigGlobalEfficiencyCorrection: Fix cppcheck warnings. · 2a2477d8
      scott snyder authored
      Member/argument ambiguity.
      Fix empty throw.
      Prefer to initialize vector member in an initialization list.
      Avoid (false-positive) warning about using an uninitialized variable
      by writing the initialization more compactly.
      2a2477d8
Loading