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

Merge branch 'clang.TrkExRungeKuttaPropagator-20190613' into 'master'

TrkExRungeKuttaPropagator: Fix clang warning.

See merge request atlas/athena!24184
parents 4c939e5d f0c54a7c
No related branches found
No related tags found
No related merge requests found
/*
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/
/////////////////////////////////////////////////////////////////////////////////
......@@ -442,11 +442,13 @@ private:
void getFieldGradient(Cache& cache, double*,double*,double*) const;
//placeholder for compatibility with new interface
virtual
const TrackSurfaceIntersection* intersectSurface(const Surface&,
const TrackSurfaceIntersection*,
const double,
const MagneticFieldProperties&,
ParticleHypothesis) const {return 0;}
ParticleHypothesis) const override
{return 0;}
/////////////////////////////////////////////////////////////////////////////////
// Private data members:
......
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