From 97c66f82981890f279858eb6132eda1c5a456f43 Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Sun, 2 Dec 2018 10:02:16 +0100
Subject: [PATCH] replaced compiler warning with TODO

---
 Stack/SuperStupidStack/SuperStupidStack.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Stack/SuperStupidStack/SuperStupidStack.h b/Stack/SuperStupidStack/SuperStupidStack.h
index 2b03c5443..a3b98250c 100644
--- a/Stack/SuperStupidStack/SuperStupidStack.h
+++ b/Stack/SuperStupidStack/SuperStupidStack.h
@@ -121,7 +121,7 @@ namespace corsika::stack {
       void IncrementSize() {
         fDataPID.push_back(Code::Unknown);
         fDataE.push_back(0 * joule);
-#warning this here makes no sense: see issue #48
+	//#TODO this here makes no sense: see issue #48
 	auto const dummyCS = corsika::geometry::CoordinateSystem::CreateRootCS();
 	fMomentum.push_back(MomentumVector(dummyCS,
 					   {0 * newton_second, 0 * newton_second, 0 * newton_second}));	
-- 
GitLab