From a7d1baca27704842fd7e4353c9af10e11d3cf359 Mon Sep 17 00:00:00 2001 From: Fan <fan_hu@pku.edu.cn> Date: Wed, 5 May 2021 22:18:53 +0800 Subject: [PATCH] revert changes in other_units.hpp, gamma to photon --- corsika/framework/units/other_units.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/corsika/framework/units/other_units.hpp b/corsika/framework/units/other_units.hpp index 936e1fd23..4ba5df3d8 100644 --- a/corsika/framework/units/other_units.hpp +++ b/corsika/framework/units/other_units.hpp @@ -93,8 +93,8 @@ constexpr quantity< length_d > furlong { Rep( 2.01168e+ constexpr quantity< volume_d > gallon_imperial { Rep( 4.54609e-3L ) * cube( meter ) }; constexpr quantity< volume_d > gallon_us { Rep( 3.785412e-3L ) * cube( meter ) }; -constexpr quantity< magnetic_flux_density_d > photon { Rep( 1e-9L ) * tesla }; -constexpr quantity< mass_d > photon_mass { Rep( 1e-9L ) * kilogram }; +constexpr quantity< magnetic_flux_density_d > gamma { Rep( 1e-9L ) * tesla }; +constexpr quantity< mass_d > gamma_mass { Rep( 1e-9L ) * kilogram }; constexpr quantity< magnetic_flux_density_d > gauss { Rep( 1e-4L ) * tesla }; constexpr quantity< electric_current_d > gilbert { Rep( 7.957747e-1L ) * ampere }; constexpr quantity< volume_d > gill_imperial { Rep( 1.420653e-4L ) * cube( meter ) }; -- GitLab