Skip to content

Single FF calculation for duplicate particles, part 1 (#78)

Mikhail Svechnikov requested to merge m.i78 into main

Checking for particles duplication implies the comparison of processed, resampled particles.

This MR implements the comparison functionality.

For classes containing other objects as pointers I see no other way than manually implementing the comparison function.

Edited by Mikhail Svechnikov

Merge request reports