Changeset 27484 for trunk/Ohana/src/libfits/matrix/F_get_M_value.c
- Timestamp:
- Mar 26, 2010, 2:40:25 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libfits/matrix/F_get_M_value.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libfits/matrix/F_get_M_value.c
r27451 r27484 11 11 return (0.0); 12 12 pixel = matrix[0].Naxis[0]*y + x; 13 // value = NAN; 14 value = HUGE_VAL; 13 value = NAN; 15 14 16 15 if (matrix[0].unsign) {
Note:
See TracChangeset
for help on using the changeset viewer.
