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

    r20936 r34088  
    3434 
    3535  int i, Npts;
    36   double mean, sigma;
    3736  Vector *vec;
    3837
     
    4241
    4342  Npts = atoi (argv[2]);
    44   mean = atof (argv[3]);
    45   sigma = atof (argv[4]);
     43  // mean = atof (argv[3]);
     44  // sigma = atof (argv[4]);
    4645
    4746  ResetVector (vec, OPIHI_FLT, Npts);
Note: See TracChangeset for help on using the changeset viewer.