Skip to content

Fix units of speed of light

Nicolas Koehler requested to merge nkoehler/athena:clightFix into master

Hi,

this MR fixes a bug which was previously introduced assuming that the value of Gaudi::Units::c_light is 2.99792458e+8. However, it turned out, that Gaudi::Units::c_light is in m/s=1e-6, thus Gaudi::Units::c_light=299.792458.

Best, Nico

Merge request reports