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/imreg/modify.c

    r27435 r34088  
    66  off_t i, j, Nold;
    77  char *tmppath;
    8   char *ext, *root, *path, dist;
     8  char *ext, *root, *path;
    99
    1010  Nold = 0;
     
    1616    ALLOCATE (tmppath, char, 128);
    1717  }
    18   if (output.modify_dist) {
    19     dist = (output.dist) ? 0xff : ~IMREG_DIST;
    20   }
     18  // XXX this code is not used, why was it here?
     19  // if (output.modify_dist) {
     20  //   dist = (output.dist) ? 0xff : ~IMREG_DIST;
     21  // }
    2122
    2223  /* modify the selected entries */
Note: See TracChangeset for help on using the changeset viewer.