Skip to content
Snippets Groups Projects
Commit 5ba03c51 authored by Julien Maurer's avatar Julien Maurer
Browse files

Merge branch '23.0-coverity-CaloUtils' into '23.0'

23.0-coverity-CaloUtils

See merge request !64168
parents a8a7eaa8 41231b2c
No related branches found
No related tags found
2 merge requests!641822023-07-06: Daily sweep of 23.0 into main,!6416823.0-coverity-CaloUtils
/*
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
*/
// //-----------------------------------------------------------------------
......@@ -340,7 +340,7 @@ parsing dimension string of type 'ener 8 3.1 6.3'
*************************************************************************** */
std::optional<CaloLocalHadCoeff::LocalHadDimension> CaloLCCoeffHelper::parse_dim(const std::string &sLine)
{
std::optional<CaloLocalHadCoeff::LocalHadDimension> dim;
std::optional<CaloLocalHadCoeff::LocalHadDimension> dim{std::nullopt};
std::istringstream ist(sLine.c_str());
std::string dim_title;
......
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