Skip to content

Extract KF result into own struct

Paul Gessinger-Befurt requested to merge kf-result-standalone into master

This way it can be constructed with just the source link, and it's not required to instantiate the KF class, which is also templated on a propagator. This is possible since the result does not depend on the propagator type.

Merge request reports