Subversion Repositories f9daq

Rev

Rev 209 | Rev 248 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 209 Rev 234
Line 27... Line 27...
27
 
27
 
28
  char name[20];
28
  char name[20];
29
  char title[100];
29
  char title[100];
30
  char titlex[40];
30
  char titlex[40];
31
  char titley[40];
31
  char titley[40];
32
 
-
 
-
 
32
  char x[4]; // correct alignment on the 64 bit windows
33
  double *data;
33
  double *data;
34
} H1D;
34
} H1D;
35
#pragma pack()
35
#pragma pack()
36
 
36
 
37
 
37