Ignore:
Timestamp:
09/08/11 10:00:55 (13 years ago)
Author:
tbretz
Message:
Fixed the hw() code.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/PixelMap.h

    r11984 r12026  
    119119    const PixelMapEntry &hw(int idx) const
    120120    {
    121         return cbpx(idx/360, (idx/36)%40, (idx/9)%10, idx%9);
     121        return cbpx(idx/360, (idx/36)%10, (idx/9)%4, idx%9);
    122122    }
    123123
Note: See TracChangeset for help on using the changeset viewer.