Changeset 10748


Ignore:
Timestamp:
05/19/11 08:53:23 (13 years ago)
Author:
tbretz
Message:
Switch all pixels on by default.
File:
1 edited

Legend:

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

    r10732 r10748  
    106106        {
    107107            for (int p=0; p<4; p++)
    108                 fStaticData[i].fEnable[p] = 0x5555;
     108                fStaticData[i].fEnable[p] = 0x1ff;
    109109
    110110            for (int p=0; p<5; p++)
Note: See TracChangeset for help on using the changeset viewer.