Changeset 11644 for trunk/FACT++


Ignore:
Timestamp:
07/27/11 10:07:38 (13 years ago)
Author:
tbretz
Message:
Fixed a bug in SetThreshold.
File:
1 edited

Legend:

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

    r11634 r11644  
    690690            bool ident = true;
    691691            for (int i=0; i<=FTM::StaticData::kMaxPatchIdx; i++)
    692                 if (data[i/4].fDAC[patch%4] != value)
     692                if (data[i/4].fDAC[i%4] != value)
    693693                {
    694694                    ident = false;
Note: See TracChangeset for help on using the changeset viewer.