Skip to content
Snippets Groups Projects
Commit fd3b1a42 authored by Eric Pooser's avatar Eric Pooser
Browse files

fix compiler warning

parent 803636ca
No related branches found
No related tags found
No related merge requests found
......@@ -281,7 +281,7 @@ Int_t THcShowerArray::ReadDatabase( const TDatime& date )
{0}
};
for(UInt_t ip=0;ip<fNelem;ip++) {
for(Int_t ip=0;ip<fNelem;ip++) {
fAdcTimeWindowMin[ip] = -1000.;
fAdcTimeWindowMax[ip] = 1000.;
}
......
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