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/cmd.data/shift.c

    r9726 r34088  
    33int shift (int argc, char **argv) {
    44 
    5   int i, j, N, ROLL;
     5  int i, j;
    66  int nx, ny, dx, dy, DXin, DXot, DYin, DYot;
    77  float *Vin, *Vot;
     
    99  Buffer *in, *out;
    1010
    11   ROLL = FALSE;
    12   if ((N = get_argument (argc, argv, "-roll"))) {
    13     remove_argument (N, &argc, argv);
    14     ROLL = TRUE;
    15   }
     11  // int ROLL = FALSE;
     12  // if ((N = get_argument (argc, argv, "-roll"))) {
     13  //   remove_argument (N, &argc, argv);
     14  //   ROLL = TRUE;
     15  // }
    1616
    1717  if (argc != 5) {
Note: See TracChangeset for help on using the changeset viewer.