]> Pileus Git - ~andy/rsl/blobdiff - nsig.c
RSL v1.42
[~andy/rsl] / nsig.c
diff --git a/nsig.c b/nsig.c
index 7e5c3c1281d60ffd719e11d5824a97a1c4412a2d..256f26501fffc4d5037dc0876ca8bb2e956b2e7b 100644 (file)
--- a/nsig.c
+++ b/nsig.c
@@ -442,7 +442,7 @@ NSIG_Sweep **nsig_read_sweep(FILE *fp, NSIG_Product_file *prod_file)
    */
 
 #define Vprint
-#undef  Vprint
+/* #undef  Vprint */
   /* Determine if we need to byte-swap values. */
   (void)nsig_endianess(&prod_file->rec1);
   
@@ -511,10 +511,10 @@ NSIG_Sweep **nsig_read_sweep(FILE *fp, NSIG_Product_file *prod_file)
   /* This is a NEW sweep. */
   iray = 0;
 #ifdef Vprint
-  {int isweep;
+  int isweep;
   isweep = NSIG_I2(idh[0]->sweep_num);
   printf("Number of rays in sweep %d is %d\n", isweep, max_rays);
-  }
+  
 #endif
   /* Allocate memory for sweep. */
   s = (NSIG_Sweep **) calloc (nparams, sizeof(NSIG_Sweep*));