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/imextract.c

    r31635 r34088  
    55  off_t i, j, Nimage;
    66  int n, N, Npts, NPTS, last, next, state, Nfields, Nreturn, Ncstack, Nstack;
    7   int VERBOSE;
    87  char **cstack, name[1024];
    98  void *Signal;
     
    2726  if ((N = get_argument (argc, argv, "--help"))) goto help;
    2827
    29   VERBOSE = FALSE;
    30   if ((N = get_argument (argc, argv, "-v"))) {
    31     remove_argument (N, &argc, argv);
    32     VERBOSE = TRUE;
    33   }
     28  // int VERBOSE = FALSE;
     29  // if ((N = get_argument (argc, argv, "-v"))) {
     30  //   remove_argument (N, &argc, argv);
     31  //   VERBOSE = TRUE;
     32  // }
    3433
    3534  if (!InitPhotcodes ()) goto escape;
Note: See TracChangeset for help on using the changeset viewer.