Date: Fri, 28 Jan 2005 17:01:39 -0500 From: Philippe Laurens To: Raymond Brock Cc: Dan Edmunds , Jorge A. Benitez Subject: Re: Fortran frequency space transform [ The following text is in the "ISO-8859-1" character set. ] [ Your display is set for the "US-ASCII" character set. ] [ Some characters may be displayed incorrectly. ] Chip, Dan's fortran fft code http://www.pa.msu.edu/people/laurens/fourier/ to compile and run it you need to do this f77 -c convert_1.for f77 -c forward_fourier.for f77 -o convert_1.exe convert_1.o forward_fourier.o ./convert_1.exe philippe