mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-20 19:19:02 -04:00
Minor tweaks.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4909 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
ec3fd43b8e
commit
0f0d63a714
@ -13,9 +13,11 @@ subroutine timefft_opts(npatience,nthreads,linplace,lcomplex,nfft, &
|
||||
print*,' maxthreads - suggest number of CPUs minus 1'
|
||||
print*,' o,i - out-of-place or in-place (default=in-place)'
|
||||
print*,' r,c - real or complex (default=complex)'
|
||||
print*,' '
|
||||
print*,'Examples:'
|
||||
print*,' timefft 2 1 32768 (1 thread in-place, complex)'
|
||||
print*,' timefft 2 3 or32768 (3 threads, out-of-place, real)'
|
||||
print*,' timefft 1 1 32768 (1 thread, in-place, complex)'
|
||||
print*,' timefft 2 3 or32768 (more patient, 3 threads,'
|
||||
print*,' out-of-place, real)'
|
||||
stop
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user