Skip to content
Snippets Groups Projects
Commit facc78f6 authored by Rene Brun's avatar Rene Brun
Browse files

Remove a compiler warning

git-svn-id: http://root.cern.ch/svn/root/trunk@13847 27541ba8-7e3a-0410-8455-c3a389f83636
parent 58f574a8
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,6 @@ void stressSpectrum(Int_t ntimes=100) {
TH1F *hgood = new TH1F("hgood", "% good peaks",100,0,100);
TH1F *hghost = new TH1F("hghost","% ghost peaks",100,0,100);
Int_t nfound,ngood,nghost;
Double_t norm;
for (Int_t i=0;i<ntimes;i++) {
findPeaks(pmin,pmax,nfound,ngood,nghost);
hpeaks->Fill(npeaks);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment