From 4b6c4ade449717a67e91993eadbc28d0fb0d7f18 Mon Sep 17 00:00:00 2001
From: Maximilian Reininghaus <maximilian.reininghaus@kit.edu>
Date: Fri, 6 Mar 2020 11:51:18 +0100
Subject: [PATCH] needles comment removed

---
 Processes/QGSJetII/Interaction.cc | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/Processes/QGSJetII/Interaction.cc b/Processes/QGSJetII/Interaction.cc
index 37aa11775..d9b4c3cea 100644
--- a/Processes/QGSJetII/Interaction.cc
+++ b/Processes/QGSJetII/Interaction.cc
@@ -245,11 +245,7 @@ namespace corsika::process::qgsjetII {
       const auto targetCode =
           mediumComposition.SampleTarget(cross_section_of_components, fRNG);
       cout << "Interaction: target selected: " << targetCode << endl;
-      /*
-        FOR NOW: allow nuclei with A<18 or protons only.
-        when medium composition becomes more complex, approximations will have to be
-        allowed air in atmosphere also contains some Argon.
-      */
+
       int targetQgsCode = -1;
       if (particles::IsNucleus(targetCode))
         targetQgsCode = particles::GetNucleusA(targetCode);
-- 
GitLab