Changeset 14819 for trunk


Ignore:
Timestamp:
01/31/13 16:16:29 (12 years ago)
Author:
tbretz
Message:
Fixed the range calculation in the example for an improved compression
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/zfits.cc

    r14801 r14819  
    163163            if (it->second.name=="Data")
    164164            {
    165                 int16_t *end = ptr+1440*300-2-300%2;
     165                int16_t *end = ptr+1440*300-4-(1440*300)%4;
    166166                int16_t *beg = ptr;
    167167
Note: See TracChangeset for help on using the changeset viewer.