Changeset 33137
- Timestamp:
- Jan 23, 2012, 9:39:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/uniphot/src/load_zpt_table.c
r33133 r33137 194 194 assert (!strcmp(type, "double")); 195 195 196 float *zperr = gfits_get_bintable_column_data (&theader, &ftable, "resid", type, &Nrow, &Ncol);197 assert (!strcmp(type, "float"));196 // float *zperr = gfits_get_bintable_column_data (&theader, &ftable, "resid", type, &Nrow, &Ncol); 197 // assert (!strcmp(type, "float")); 198 198 199 199 NZPTS += Nrow;
Note:
See TracChangeset
for help on using the changeset viewer.
