From 9a9c814e1330e9c5119ac5420e2dcf988e16b1be Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 29 Jan 2015 18:38:51 +0000 Subject: [PATCH] Minor tweaks. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4909 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/timefft_opts.f90 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/timefft_opts.f90 b/lib/timefft_opts.f90 index fc5900aef..35af2f8e8 100644 --- a/lib/timefft_opts.f90 +++ b/lib/timefft_opts.f90 @@ -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