Removed redundancy in fsubs.f.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@53 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2006-01-06 21:02:19 +00:00
parent 666ad46195
commit bddc69ca1a
1 changed files with 2 additions and 4 deletions

View File

@ -18,12 +18,10 @@
include 'encode65.f'
include 'extract.f'
include 'flat1.f'
#ifdef Win32
! include 'four2a.f' !Multi-threading problems with FFTW3
include 'four2.f'
#else
include 'four2.f'
#ifndef Win32
include 'rfile2.f'
#endif