Skip to content
Snippets Groups Projects
Commit 8c5071ad authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

TrkExUtils: fix uninitMemberVar cppcheck warning

parent 55244b46
No related branches found
No related tags found
No related merge requests found
/*
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
*/
///////////////////////////////////////////////////////////////////
......@@ -73,7 +73,7 @@ class TrackSurfaceIntersection final {
private:
Amg::Vector3D m_position;
Amg::Vector3D m_direction;
double m_pathlength;
double m_pathlength{0};
std::unique_ptr<IIntersectionCache> m_cache;
};
......
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