Changeset 14822


Ignore:
Timestamp:
02/01/13 09:09:45 (12 years ago)
Author:
tbretz
Message:
In the example, alignment on two samples is enough
File:
1 edited

Legend:

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

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