Skip to content
Snippets Groups Projects

G4ProfilingTools: Fix cppcheck 2.14 warnings.

Merged Scott Snyder requested to merge ssnyder/athena:cppcheck.G4ProfilingTools-20240514 into main
4 files
+ 13
6
Compare changes
  • Side-by-side
  • Inline
Files
4
/*
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
*/
//////////////////////////////////////////////////////////////////
@@ -57,6 +57,9 @@ namespace G4UA
/// constructor
TestActionTimer();
TestActionTimer(const TestActionTimer&);
TestActionTimer& operator=(const TestActionTimer&);
/// this holds all the data from individual threads that needs to be merged at EoR
struct Report
{
Loading