IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2012, 11:46:01 AM (14 years ago)
Author:
eugene
Message:

updates for pedantic gcc, mods to relphot average mags to handle GPC1 stacks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/imphot/output.c

    r27435 r34088  
    44int output (Image *image, off_t *match, off_t Nmatch) {
    55
    6   int status;
    7 
    86  /* output the selected entries */
    97  if (options.table != (char *) NULL) {
    10     status = DumpFitsTable (options.table, image, match, Nmatch);
     8    DumpFitsTable (options.table, image, match, Nmatch);
    119    return (TRUE);
    1210  }
     
    1412  /* output the selected entries */
    1513  if (options.bintable != (char *) NULL) {
    16     status = DumpFitsBintable (options.bintable, image, match, Nmatch);
     14    DumpFitsBintable (options.bintable, image, match, Nmatch);
    1715    return (TRUE);
    1816  }
Note: See TracChangeset for help on using the changeset viewer.