From a45b4c2244777e370f651cbb6e8f6f722927f05d Mon Sep 17 00:00:00 2001 From: Maximilian Reininghaus <maximilian.reininghaus@tu-dortmund.de> Date: Fri, 7 May 2021 20:06:56 +0200 Subject: [PATCH] make DummyProcess inherit from InteractionProcess --- tests/framework/testIntLengthModifyingProcess.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/framework/testIntLengthModifyingProcess.cpp b/tests/framework/testIntLengthModifyingProcess.cpp index 3748609b3..93e2072af 100644 --- a/tests/framework/testIntLengthModifyingProcess.cpp +++ b/tests/framework/testIntLengthModifyingProcess.cpp @@ -13,7 +13,7 @@ using namespace corsika; -struct DummyProcess { +struct DummyProcess : public InteractionProcess<DummyProcess> { int id{0}; template <typename TParticle> -- GitLab