From 3e846b3d05b54143ddb06b1a9579392bb4728614 Mon Sep 17 00:00:00 2001 From: Felix Riehn <felix@matilda> Date: Wed, 15 Jul 2020 15:30:33 +0100 Subject: [PATCH] fixed merge --- Documentation/Examples/vertical_EAS.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/Documentation/Examples/vertical_EAS.cc b/Documentation/Examples/vertical_EAS.cc index b79022bcf..5925841bf 100644 --- a/Documentation/Examples/vertical_EAS.cc +++ b/Documentation/Examples/vertical_EAS.cc @@ -186,8 +186,6 @@ int main(int argc, char** argv) { process::on_shell_check::OnShellCheck reset_particle_mass(1.e-3, 1.e-1, false); - process::on_shell_check::OnShellCheck reset_particle_mass(1.e-3, 1.e-1, false); - process::energy_loss::EnergyLoss eLoss(showerAxis); process::longitudinal_profile::LongitudinalProfile longprof{showerAxis}; -- GitLab