Changeset 17650 for trunk/Mars/mcore
- Timestamp:
- 04/04/14 10:15:49 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcore/zfits.h
r17648 r17650 295 295 296 296 const int64_t requestedSuperTile = requestedTile / fShrinkFactor; 297 const int64_t currentSuperTile = currentTile / fShrinkFactor;297 //const int64_t currentSuperTile = currentTile / fShrinkFactor; 298 298 299 299 const int64_t requestedSubTile = requestedTile % fShrinkFactor; 300 const int64_t currentSubTile = currentTile % fShrinkFactor;300 //const int64_t currentSubTile = currentTile % fShrinkFactor; 301 301 302 302 fCurrentRow = rowNum;
Note:
See TracChangeset
for help on using the changeset viewer.