mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-04 16:31:17 -05:00
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:
parent
666ad46195
commit
bddc69ca1a
6
fsubs.f
6
fsubs.f
@ -18,12 +18,10 @@
|
|||||||
include 'encode65.f'
|
include 'encode65.f'
|
||||||
include 'extract.f'
|
include 'extract.f'
|
||||||
include 'flat1.f'
|
include 'flat1.f'
|
||||||
|
|
||||||
#ifdef Win32
|
|
||||||
! include 'four2a.f' !Multi-threading problems with FFTW3
|
! include 'four2a.f' !Multi-threading problems with FFTW3
|
||||||
include 'four2.f'
|
include 'four2.f'
|
||||||
#else
|
|
||||||
include 'four2.f'
|
#ifndef Win32
|
||||||
include 'rfile2.f'
|
include 'rfile2.f'
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user