From 179bcd37fd849e28b27451149899ea38ecae4226 Mon Sep 17 00:00:00 2001 From: Tobias Winchen Date: Sun, 31 Jan 2021 16:05:56 +0100 Subject: [PATCH] Updated documentation --- include/crpropa/module/Acceleration.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/crpropa/module/Acceleration.h b/include/crpropa/module/Acceleration.h index 4df6ed5009..64cb6a762b 100644 --- a/include/crpropa/module/Acceleration.h +++ b/include/crpropa/module/Acceleration.h @@ -136,6 +136,8 @@ class QuasiLinearTheory : public StepLengthModifier /// split to N partilces with weight 1/N. This eases performance constraints in /// acceleration simulations due to the power law nature of many acceleration /// mechanisms. +/// Thanks to Matthew Weiss, Penn State University for the first work on this +/// feature in 2017. class ParticleSplitting: public Module { int num_splits; @@ -158,13 +160,9 @@ class ParticleSplitting: public Module // update the candidate void process(Candidate *candidate) const; - }; - - - /** @} */ // end of group Acceleration } // namespace crpropa