Skip to content

[pointsource] Make computation more efficient by not copying vector

Timo Koch requested to merge feature/improve-pointsource-performance into master

Instead of copying a vector of point sources we just do a local copy of each point source. This way we never copy a vector.

Merge request reports