From 43b7bcdb15a6c648a5dd01d882b95a9528e8116c Mon Sep 17 00:00:00 2001 From: Remy Prechelt <prechelt@hawaii.edu> Date: Fri, 10 Jul 2020 08:38:42 -1000 Subject: [PATCH] Remove Init() from InteractionCounter. --- Processes/InteractionCounter/InteractionCounter.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Processes/InteractionCounter/InteractionCounter.h b/Processes/InteractionCounter/InteractionCounter.h index 2adaefd9d..2ca7db507 100644 --- a/Processes/InteractionCounter/InteractionCounter.h +++ b/Processes/InteractionCounter/InteractionCounter.h @@ -49,8 +49,6 @@ namespace corsika::process::interaction_counter { return process_.DoInteraction(projectile); } - void Init() { process_.Init(); } - template <typename TParticle> auto GetInteractionLength(TParticle const& particle) const { return process_.GetInteractionLength(particle); -- GitLab