IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 29b99594 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

removed dead code

parent 5d46c06a
No related branches found
No related tags found
1 merge request!75Resolve "add constant for nucleon mass"
Pipeline #296 passed
......@@ -18,28 +18,11 @@ namespace phys::units {
/**
* @file PhysicalUnits
*
* Add new units and types we need. Units are compile-time. We support
* different system of units in parallel. Literals are used for
* optimal coding style.
* Add new units and types we need. Units are compile-time. Literals are
* used for optimal coding style.
*
*/
/*
namespace corsika::units::hep {
using namespace phys::units;
using namespace phys::units::literals;
using namespace phys::units::io;
/// defining HEP energy, mass, momentum
using energy_hep_d = phys::units::energy_d;
constexpr phys::units::quantity<energy_hep_d> GeV{corsika::units::constants::eV};
// corsika::units::constants::e / phys::units::coulomb * phys::units::joule };
using MassType = phys::units::quantity<energy_hep_d, double>;
using MomentumType = phys::units::quantity<energy_hep_d, double>;
using EnergyType = phys::units::quantity<energy_hep_d, double>;
} // namespace corsika::units::hep
*/
namespace corsika::units::si {
using namespace phys::units;
using namespace phys::units::literals;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment