diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-07-05 15:11:58 -0400 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-07-05 15:11:58 -0400 |
commit | bb92a32d1770f97ac7503b6c3346bc36081279d9 (patch) | |
tree | d4d4d6a5632f01683df900902416f147ec3ecee7 /muon.c | |
parent | 82b66ad4a2674febf57c7a36a50e67dca3a871a5 (diff) | |
download | sddm-bb92a32d1770f97ac7503b6c3346bc36081279d9.tar.gz sddm-bb92a32d1770f97ac7503b6c3346bc36081279d9.tar.bz2 sddm-bb92a32d1770f97ac7503b6c3346bc36081279d9.zip |
add a simple test for the various muon functions
Diffstat (limited to 'muon.c')
-rw-r--r-- | muon.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -158,7 +158,6 @@ double get_dEdx(double T, double rho) /* Returns the approximate dE/dx for a muon in water with kinetic energy * `T`. * - * * `T` should be in MeV and `rho` in g/cm^3. * * Return value is in MeV/cm. |