From 8e7d4a518f249420d23c30e7b4d3d6ccb9826ca1 Mon Sep 17 00:00:00 2001 From: Remy Prechelt <prechelt@hawaii.edu> Date: Fri, 10 Jul 2020 08:39:28 -1000 Subject: [PATCH] Remove Init() from SwitchProcess. --- Processes/SwitchProcess/SwitchProcess.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Processes/SwitchProcess/SwitchProcess.h b/Processes/SwitchProcess/SwitchProcess.h index e59e28da2..fe9293cf0 100644 --- a/Processes/SwitchProcess/SwitchProcess.h +++ b/Processes/SwitchProcess/SwitchProcess.h @@ -36,11 +36,6 @@ namespace corsika::process::switch_process { , fHighEProcess(vHighEProcess) , fThresholdEnergy(vThresholdEnergy) {} - void Init() { - fLowEProcess.Init(); - fHighEProcess.Init(); - } - template <typename TParticle> corsika::units::si::InverseGrammageType GetInverseInteractionLength(TParticle& p) { return 1 / GetInteractionLength(p); -- GitLab