Changeset 15743 for trunk/Ohana/src/libfits/matrix/F_read_portion.c
- Timestamp:
- Dec 5, 2007, 3:29:29 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libfits/matrix/F_read_portion.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libfits/matrix/F_read_portion.c
r7054 r15743 47 47 fseek (f, header.size + Nskip, SEEK_SET); 48 48 nbytes = fread (matrix[0].buffer, sizeof(char), Nbytes, f); 49 if (nbytes != Nbytes) { 50 perror ("fits matrix read error"); 51 } 52 49 53 fclose (f); 50 54
Note:
See TracChangeset
for help on using the changeset viewer.
