IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2005, 1:04:22 PM (21 years ago)
Author:
eugene
Message:

cleanups so -Wall -Werror succeed, some .h reorgs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.astro/getvel.c

    r2598 r4689  
    33int getvel (int argc, char **argv) {
    44 
    5   int i, X, n, Ncurve;
     5  int i, n, Ncurve;
    66  int nx, ny;
    77  double L, V, Vo, dV, Bo, dB;
     
    4545  while (L >= 360) {L -= 360.0;}
    4646  while (L < 0.0)  {L += 360.0;}
    47   fprintf (stderr, "L: %f (%d)\n", L, X);
     47  fprintf (stderr, "L: %f\n", L);
    4848
    4949  cl = cos (L*RAD_DEG);
Note: See TracChangeset for help on using the changeset viewer.