Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasWinchen committed Jan 31, 2021
1 parent f9e3e24 commit 179bcd3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions include/crpropa/module/Acceleration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -158,13 +160,9 @@ class ParticleSplitting: public Module

// update the candidate
void process(Candidate *candidate) const;

};





/** @} */ // end of group Acceleration

} // namespace crpropa
Expand Down

0 comments on commit 179bcd3

Please sign in to comment.