Changeset 41422 for trunk/Ohana/src/libfits/table/F_get_column.c
- Timestamp:
- Sep 24, 2020, 2:44:55 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libfits/table/F_get_column.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libfits/table/F_get_column.c
r41395 r41422 88 88 } 89 89 } 90 if (!strcmp (type, " byte")) {90 if (!strcmp (type, "gfbyte")) { 91 91 for (i = 0; i < Nval*Ny; i++, Pin+=Nbytes, Pout+=Nbytes) { 92 92 if (!directCopy) { *(char *)Pout = *(char *)Pin*Bscale + Bzero; } … … 159 159 /* convert data in-situ with correct type, byte swap and Bzero/Bscale */ 160 160 if (!strcmp (type, "char")) return TRUE; 161 if (!strcmp (type, " byte")) return TRUE;161 if (!strcmp (type, "gfbyte")) return TRUE; 162 162 163 163 /* check existing table dimensions */
Note:
See TracChangeset
for help on using the changeset viewer.
