Rev 248 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 248 | Rev 264 | ||
|---|---|---|---|
| Line 11... | Line 11... | ||
| 11 | 11 | ||
| 12 | #include <stdio.h> | 
            12 | #include <stdio.h> | 
          
| 13 | 13 | ||
| 14 | 14 | ||
| 15 | /* 2d histogramming */ | 
            15 | /* 2d histogramming */ | 
          
| - | 16 | #define H1DMAX 500 | 
          |
| 16 | #define H1D_ID 0x11 | 
            17 | #define H1D_ID 0x11 | 
          
| 17 | #pragma pack(4) | 
            18 | #pragma pack(4) | 
          
| 18 | typedef struct {  | 
            19 | typedef struct {  | 
          
| 19 | unsigned int id,len;  | 
            20 | unsigned int id,len;  | 
          
| 20 | unsigned int nx;  | 
            21 | unsigned int nx;  |