
/* Declaration file for fourier transform function */

void four1(float data[], unsigned long nn, int isign);
