Changeset 12843


Ignore:
Timestamp:
02/06/12 09:23:58 (13 years ago)
Author:
tbretz
Message:
pixH was not needed because it was never used, but the src++ was necessary nevertheless.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/EventBuilder.c

    r12831 r12843  
    13461346                  for (px = 0; px < 9; px++) {  //different sort in FAD board.....
    13471347                     for (drs = 0; drs < 4; drs++) {
    1348 //                        pixH = rd[i].rBuf->S[src++];    // ID
     1348                         // pixH = rd[i].rBuf->S[src++];    // ID
     1349                         src++;
    13491350                        pixC = rd[i].rBuf->S[src++];    // start-cell
    13501351                        pixR = rd[i].rBuf->S[src++];    // roi
Note: See TracChangeset for help on using the changeset viewer.