Skip to content

Feature/improve pointsources

Timo Koch requested to merge feature/improve-pointsources into master
  • Make convenience assignment operators work for the classes derived from PointSource
  • Make the PointSourceHelper (computing in which scv a point source falls) a property to be able to exchange implementations (the current default uses the bounding box tree. This is however a waste of resources if one already knows more about where the point source is.)
  • Rename PointSourceHelper to BoundingBoxTreePointSourceHelper

Merge request reports