Ignore:
Timestamp:
03/22/05 11:20:35 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mimage/MHillas.cc

    r6871 r6873  
    267267    {
    268268        MSignalPix &pix = evt[i];
    269         //if (!pix.IsPixelUsed())
    270         //    continue;
     269        if (!pix.IsPixelUsed())
     270            continue;
    271271
    272272        if (island>=0 && pix.GetIdxIsland()!=island)
Note: See TracChangeset for help on using the changeset viewer.