Another tweak.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4911 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2015-01-29 18:49:40 +00:00
parent d10194bb54
commit 776c78544d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ subroutine timefft_opts(npatience,nthreads,linplace,lcomplex,nfft, &
if(nargs.lt.3) then
print*,'Usage: timefft npatience maxthreads [[o|i][r|c]]nfft'
print*,' npatience - 0 to 4'
print*,' maxthreads - suggest number of CPUs minus 1'
print*,' maxthreads - suggest #CPUs or #CPUs-1'
print*,' o,i - out-of-place or in-place (default=in-place)'
print*,' r,c - real or complex (default=complex)'
print*,' '