Skip to content

Make NodePIDs threadsafe

Gerhard Raven requested to merge threadsafe-nodepids into master
  • use SynchronizedValue to protect access to list of accepted/rejected particles
  • adapt code accordingly
  • add copy construction and assignment op to SynchronizedValue to simplify client code

must be applied in conjunction with Phys!974 (merged)

Edited by Gerhard Raven

Merge request reports