Skip to content

Commit

Permalink
Fix external warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dudarboh committed Sep 30, 2024
1 parent 3b75909 commit 8380251
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PFOID/src/CreatePDFs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -576,10 +576,10 @@ void CreatePDFs::processEvent( LCEvent * evt ) {

if(!noCluster){
delete helix;
delete ca;
delete cx;
delete cy;
delete cz;
delete[] ca;
delete[] cx;
delete[] cy;
delete[] cz;
delete clsp;
}
}// for i ... Reco Particles
Expand Down

0 comments on commit 8380251

Please sign in to comment.