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

    r31635 r34088  
    44 
    55  off_t i, j, Nimage, *subset, Nsubset;
    6   int N, TimeSelect, RegionSelect, TimeFormat, NameSelect;
     6  int N, TimeSelect, TimeFormat, NameSelect;
    77  int PhotcodeSelect;
    88  time_t tzero, TimeReference;
     
    3838  }
    3939
    40   RegionSelect = FALSE;
    41   if ((N = get_argument (argc, argv, "-region"))) {
    42     remove_argument (N, &argc, argv);
    43     RegionSelect = TRUE;
    44   }
     40  // int RegionSelect = FALSE;
     41  // if ((N = get_argument (argc, argv, "-region"))) {
     42  //   remove_argument (N, &argc, argv);
     43  //   RegionSelect = TRUE;
     44  // }
    4545
    4646  PhotcodeValue = NULL;
Note: See TracChangeset for help on using the changeset viewer.