init vector d

This commit is contained in:
dwarning 2009-08-04 19:29:38 +00:00
parent f8b3737a0b
commit 322e87d9d0
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ void
*cx_avg(void *data, short int type, int length, int *newlength, short int *newtype, ...)
{
complex *c;
double *d, sum_real = 0.0,sum_imag = 0.0;
double *d = NULL, sum_real = 0.0,sum_imag = 0.0;
complex *cc = (complex *) data;
double *dd = (double *) data;
int i;