IAP GITLAB

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

MassDensityType

parent 7fc69a28
No related branches found
No related tags found
1 merge request!9Resolve "Implement simple "homogenous" atmosphere model."
...@@ -37,6 +37,7 @@ namespace corsika::units::si { ...@@ -37,6 +37,7 @@ namespace corsika::units::si {
phys::units::quantity<phys::units::electric_charge_d, double>; phys::units::quantity<phys::units::electric_charge_d, double>;
using EnergyType = phys::units::quantity<phys::units::energy_d, double>; using EnergyType = phys::units::quantity<phys::units::energy_d, double>;
using MassType = phys::units::quantity<phys::units::mass_d, double>; using MassType = phys::units::quantity<phys::units::mass_d, double>;
using MassDensityType = phys::units::quantity<phys::units::mass_density_d, double>;
} // end namespace corsika::units::si } // end namespace corsika::units::si
......
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