*** empty log message ***

This commit is contained in:
Mark Borgerding
2004-07-24 15:27:44 +00:00
parent 4d603f2926
commit 473942ae5b
2 changed files with 8 additions and 2 deletions

View File

@ -349,7 +349,8 @@ void do_file_filter(
n_samps_buf = 8*4096/sizeof(kffsamp_t);
n_samps_buf = nfft + 4*(nfft-n_imp_resp+1);
fprintf(stderr,"bufsize=%d\n",sizeof(kffsamp_t)*n_samps_buf );
if (verbose) fprintf(stderr,"bufsize=%d\n",sizeof(kffsamp_t)*n_samps_buf );
/*allocate space and initialize pointers */
inbuf = (kffsamp_t*)malloc(sizeof(kffsamp_t)*n_samps_buf);