From a520a1b5fe48453952964b41e52072b5d99c7180 Mon Sep 17 00:00:00 2001
From: Maximilian Reininghaus <maximilian.reininghaus@kit.edu>
Date: Mon, 8 Oct 2018 11:02:28 +0200
Subject: [PATCH] MassDensityType

---
 Framework/Units/PhysicalUnits.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Framework/Units/PhysicalUnits.h b/Framework/Units/PhysicalUnits.h
index 23dbbb871..5e7368dc6 100644
--- a/Framework/Units/PhysicalUnits.h
+++ b/Framework/Units/PhysicalUnits.h
@@ -37,6 +37,7 @@ namespace corsika::units::si {
       phys::units::quantity<phys::units::electric_charge_d, double>;
   using EnergyType = phys::units::quantity<phys::units::energy_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
 
-- 
GitLab