Index: trunk/Ohana/src/opihi/cmd.astro/getvel.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.astro/getvel.c	(revision 2598)
+++ trunk/Ohana/src/opihi/cmd.astro/getvel.c	(revision 4689)
@@ -3,5 +3,5 @@
 int getvel (int argc, char **argv) {
   
-  int i, X, n, Ncurve;
+  int i, n, Ncurve;
   int nx, ny;
   double L, V, Vo, dV, Bo, dB;
@@ -45,5 +45,5 @@
   while (L >= 360) {L -= 360.0;}
   while (L < 0.0)  {L += 360.0;}
-  fprintf (stderr, "L: %f (%d)\n", L, X);
+  fprintf (stderr, "L: %f\n", L);
 
   cl = cos (L*RAD_DEG);
