Ignore:
Timestamp:
04/04/14 10:15:49 (10 years ago)
Author:
tbretz
Message:
Commented two unused variables to avoid compiler warnings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcore/zfits.h

    r17648 r17650  
    295295
    296296        const int64_t requestedSuperTile = requestedTile / fShrinkFactor;
    297         const int64_t currentSuperTile   = currentTile   / fShrinkFactor;
     297        //const int64_t currentSuperTile   = currentTile   / fShrinkFactor;
    298298
    299299        const int64_t requestedSubTile   = requestedTile % fShrinkFactor;
    300         const int64_t currentSubTile     = currentTile   % fShrinkFactor;
     300        //const int64_t currentSubTile     = currentTile   % fShrinkFactor;
    301301
    302302        fCurrentRow = rowNum;
Note: See TracChangeset for help on using the changeset viewer.