From ceaadbd8cacadce9a855cd4b5db6eadce0d48d45 Mon Sep 17 00:00:00 2001
From: Maximilian Reininghaus <maximilian.reininghaus@kit.edu>
Date: Fri, 15 Feb 2019 14:12:27 +0100
Subject: [PATCH] removed superfluous inline

---
 Framework/ProcessSequence/InteractionProcess.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Framework/ProcessSequence/InteractionProcess.h b/Framework/ProcessSequence/InteractionProcess.h
index 96472755..723cbf02 100644
--- a/Framework/ProcessSequence/InteractionProcess.h
+++ b/Framework/ProcessSequence/InteractionProcess.h
@@ -36,7 +36,7 @@ namespace corsika::process {
     /// here starts the interface-definition part
     // -> enforce derived to implement DoInteraction...
     template <typename P, typename S>
-    inline EProcessReturn DoInteraction(P&, S&);
+    EProcessReturn DoInteraction(P&, S&);
 
     template <typename Particle, typename Track>
     corsika::units::si::GrammageType GetInteractionLength(Particle& p, Track& t);
-- 
GitLab