diff --git a/Documentation/Examples/cascade_example.cc b/Documentation/Examples/cascade_example.cc index ac8c1f897d830183d4b3e27e0af45e04f8265cc5..6b74eb20f82ed8f2e9cec144fcacffb13860a71d 100644 --- a/Documentation/Examples/cascade_example.cc +++ b/Documentation/Examples/cascade_example.cc @@ -155,9 +155,7 @@ public: auto pnew = s.NewParticle(); pnew.SetEnergy( en_lab * 1_GeV ); pnew.SetPID( process::sibyll::ConvertFromSibyll( p.GetPID() ) ); - } - } }else p.Delete();