Skip to content
Snippets Groups Projects
Commit 9eab2e20 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'thread.AtlasDetDescr-20190314' into 'master'

AtlasDetDescr: Enable thread-safety checker.

See merge request atlas/athena!21899
parents 798a64cb bebdd9af
No related branches found
No related tags found
No related merge requests found
DetectorDescription/AtlasDetDescr
......@@ -314,10 +314,10 @@ protected:
/// Flag for subclasses to know whether or not to perform
/// checks. In general, this is set to false in optimized mode.
mutable bool m_do_checks;
bool m_do_checks;
/// Flag for subclasses to know whether or not to perform
/// neighbour initialization
mutable bool m_do_neighbours;
bool m_do_neighbours;
/// pointer to the message service
IMessageSvc* m_msgSvc;
......
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