Skip to content
Snippets Groups Projects
Commit 768addcd authored by adrien-matta's avatar adrien-matta
Browse files

* Fixing issue with NPL::Reaction when a reaction was create in cint

* double deletion of histogramms by Root and the cause a seg fault when
* leaving cint
parent e211975c
No related branches found
No related tags found
No related merge requests found
......@@ -176,11 +176,6 @@ Reaction::~Reaction(){
if(fNuclei4)
delete fNuclei4;
// if(fCrossSectionHist)
// delete fCrossSectionHist;
// if(fExcitationEnergyHist)
// delete fExcitationEnergyHist;
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment