X-Git-Url: http://pileus.org/git/?p=~andy%2Frsl;a=blobdiff_plain;f=nsig.c;h=256f26501fffc4d5037dc0876ca8bb2e956b2e7b;hp=7e5c3c1281d60ffd719e11d5824a97a1c4412a2d;hb=3160d8126d66792a65d592019880db8b4e734e84;hpb=71c71381ace86eb987172b22de55fbb837518b26 diff --git a/nsig.c b/nsig.c index 7e5c3c1..256f265 100644 --- 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*));