Skip to content
Snippets Groups Projects
Commit 83dcf0b5 authored by Steven Andrew Farrell's avatar Steven Andrew Farrell
Browse files

Made LookupBuilder thread-local in TileGeoG4SDCalc.

The TileGeoG4LookupBuilder was changed from a member pointer with
dynamic allocation in initialize into a file thread_local unique ptr
which is constructed lazily in GetLookupBuilder.

This is not meant to be a long-term solution, but a temporary bandage.
We need to implement a better solution soon.
parent 360600bf
No related branches found
No related tags found
Loading
Loading
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