Skip to content

Commit

Permalink
^ raw_hdr.float_data comment
Browse files Browse the repository at this point in the history
  • Loading branch information
radonnachie committed Aug 19, 2022
1 parent bcb3854 commit bd8dbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rawspec_rawutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ typedef struct {
char telescop[81];
off_t hdr_pos; // Offset of start of header
size_t hdr_size; // Size of header in bytes (not including DIRECTIO padding)
int float_data; // flag integer (not float) data
int float_data; // flag float (not integer) data
} rawspec_raw_hdr_t;

// Multiple of 80 and 512
Expand Down

0 comments on commit bd8dbab

Please sign in to comment.