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/opihi/dvo/images.c

    r31635 r34088  
    1313  off_t i, Nimage, Nmosaic;
    1414  int j, status, InPic, leftside, *plist, TimeSelect, ByName;
    15   int WITH_MOSAIC, SOLO_MOSAIC, HIDDEN;
     15  int WITH_MOSAIC, SOLO_MOSAIC;
    1616  time_t tzero, tend;
    1717  int N, NPTS, n, npts, Npts, kapa, *foundMosaic;
     
    4242  }
    4343
    44   HIDDEN = FALSE;
    45   if ((N = get_argument (argc, argv, "-hidden"))) {
    46     remove_argument (N, &argc, argv);
    47     HIDDEN = TRUE;
    48   }
     44  // int HIDDEN = FALSE;
     45  // if ((N = get_argument (argc, argv, "-hidden"))) {
     46  //   remove_argument (N, &argc, argv);
     47  //   HIDDEN = TRUE;
     48  // }
    4949
    5050  photcode = NULL;
Note: See TracChangeset for help on using the changeset viewer.