Ignore:
Timestamp:
03/25/18 16:32:05 (7 years ago)
Author:
tbretz
Message:
Improved compiler warnings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/msimreflector/MSimReflector.cc

    r18449 r18957  
    472472    UInt_t cnt[6] = { 0, 0, 0, 0, 0, 0 };
    473473
    474     const Int_t num = arr.GetEntriesFast();
    475     for (Int_t idx=0; idx<num; idx++)
     474    const Int_t nentries = arr.GetEntriesFast();
     475    for (Int_t idx=0; idx<nentries; idx++)
    476476    {
    477477        MPhotonData *dat = static_cast<MPhotonData*>(arr.UncheckedAt(idx));
Note: See TracChangeset for help on using the changeset viewer.