Changeset 2766 for trunk/Ohana/src/libfits/header/F_scan.c
- Timestamp:
- Dec 20, 2004, 7:21:55 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libfits/header/F_scan.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libfits/header/F_scan.c
r2415 r2766 73 73 /* remaining options are numerical data */ 74 74 /* need to interpret 1.0d5 as 1.0e5 */ 75 if (p[10] == 0x27) p++; /** skip over initial ' (SOME BAD sources write floats with '') **/ 75 76 value = strtod (p + 10, &q); 76 77 if ((*q == 'd') || (*q == 'D'))
Note:
See TracChangeset
for help on using the changeset viewer.
