Changeset 11333


Ignore:
Timestamp:
07/11/11 11:07:30 (13 years ago)
Author:
tbretz
Message:
Changed some unsigned int to signed int.
File:
1 edited

Legend:

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

    r11293 r11333  
    199199
    200200typedef struct {
    201   int32_t evNum ;
    202   int32_t runNum ;
     201   int32_t evNum ;
     202  uint32_t runNum ;
    203203  int32_t fadLen ;
    204204  int32_t nBoard ;
    205205  int16_t board[ NBOARDS ];
    206206  int32_t nRoi   ;
    207   int32_t pcTime ;
     207  uint32_t pcTime ;
    208208  int32_t evtLen ;
    209209  EVENT   *fEvent  ;
Note: See TracChangeset for help on using the changeset viewer.