From e759951f25adcf0df89c79cf00448947417b525b Mon Sep 17 00:00:00 2001
From: Maximilian Reininghaus <maximilian.reininghaus@kit.edu>
Date: Mon, 27 May 2019 14:23:06 -0300
Subject: [PATCH] made BetheBloch public

---
 Processes/EnergyLoss/EnergyLoss.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Processes/EnergyLoss/EnergyLoss.h b/Processes/EnergyLoss/EnergyLoss.h
index 36919fade..36d1ee6b4 100644
--- a/Processes/EnergyLoss/EnergyLoss.h
+++ b/Processes/EnergyLoss/EnergyLoss.h
@@ -38,11 +38,10 @@ namespace corsika::process::energy_loss {
 
     units::si::HEPEnergyType GetTotal() const { return fEnergyLossTot; }
     void PrintProfile() const;
-
-  private:
     static units::si::HEPEnergyType BetheBloch(setup::Stack::ParticleType const& p,
                                                const units::si::GrammageType dX);
 
+  private:
     int GetXbin(setup::Stack::ParticleType const&, setup::Trajectory const&,
                 units::si::HEPEnergyType);
 
-- 
GitLab