Changeset 34088 for trunk/Ohana/src/imregister/imphot/output.c
- Timestamp:
- Jun 26, 2012, 11:46:01 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/imregister/imphot/output.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/imregister/imphot/output.c
r27435 r34088 4 4 int output (Image *image, off_t *match, off_t Nmatch) { 5 5 6 int status;7 8 6 /* output the selected entries */ 9 7 if (options.table != (char *) NULL) { 10 status =DumpFitsTable (options.table, image, match, Nmatch);8 DumpFitsTable (options.table, image, match, Nmatch); 11 9 return (TRUE); 12 10 } … … 14 12 /* output the selected entries */ 15 13 if (options.bintable != (char *) NULL) { 16 status =DumpFitsBintable (options.bintable, image, match, Nmatch);14 DumpFitsBintable (options.bintable, image, match, Nmatch); 17 15 return (TRUE); 18 16 }
Note:
See TracChangeset
for help on using the changeset viewer.
