diff --git a/Processes/SwitchProcess/SwitchProcess.h b/Processes/SwitchProcess/SwitchProcess.h index e59e28da249f57610c09ecd48ffa1c9135e9974f..fe9293cf05986536a3142fa9a303960da4cb0181 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);