mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-07 16:34:55 -04:00
Change some calls to timer().
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4921 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
@@ -41,7 +41,9 @@ subroutine decoder(ss,id2)
|
||||
if(newdat.ne.0) dd(1:npts65)=id2(1:npts65)
|
||||
nf1=nfa
|
||||
nf2=nfb
|
||||
call timer('jt65a ',0)
|
||||
call jt65a(dd,npts65,newdat,nutc,nf1,nf2,nfqso,ntol65,nagain,ndecoded)
|
||||
call timer('jt65a ',1)
|
||||
done65=.true.
|
||||
endif
|
||||
|
||||
@@ -53,8 +55,10 @@ subroutine decoder(ss,id2)
|
||||
|
||||
!!$OMP SECTION
|
||||
! print*,'B'
|
||||
call timer('decjt9 ',0)
|
||||
call decjt9(ss,id2,nutc,nfqso,newdat,npts8,nfa,nfsplit,nfb,ntol,nzhsym, &
|
||||
nagain,ndepth,nmode)
|
||||
call timer('decjt9 ',1)
|
||||
|
||||
!!$OMP SECTION
|
||||
if(nmode.ge.65 .and. (.not.done65)) then
|
||||
@@ -62,7 +66,9 @@ subroutine decoder(ss,id2)
|
||||
nf1=nfa
|
||||
nf2=nfb
|
||||
! print*,'C'
|
||||
call timer('jt65a ',0)
|
||||
call jt65a(dd,npts65,newdat,nutc,nf1,nf2,nfqso,ntol65,nagain,ndecoded)
|
||||
call timer('jt65a ',1)
|
||||
endif
|
||||
|
||||
!!$OMP END SECTIONS NOWAIT
|
||||
|
||||
Reference in New Issue
Block a user