Correct two constants used in msk144sync.f90.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7120 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2016-09-29 17:37:03 +00:00
parent bee5ea4c71
commit 7dd6d1c949
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ subroutine msk144sync(cdat,nframes,ntol,delf,navmask,npeaks,fc,fest, &
!$OMP PARALLEL SHARED(cb,ct2,cc,nchunk) PRIVATE(ish)
!$OMP DO SCHEDULE(DYNAMIC,nchunk)
do ish=0,NSPM-1
cc(ish)=dot_product(ct2(1+ish:42+ish)+ct2(336+ish:377+ish),cb(1:42))
cc(ish)=dot_product(ct2(1+ish:42+ish)+ct2(337+ish:378+ish),cb(1:42))
enddo
!$OMP END DO NOWAIT
!$OMP END PARALLEL