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:
Joe Taylor 2015-01-29 18:38:51 +00:00
parent 104f001590
commit 9a9c814e13
1 changed files with 4 additions and 2 deletions

View File

@ -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