Trying to find the problem that required delaying ihsym by 3 half-symbols.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2690 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2012-10-25 14:54:34 +00:00
parent fcabc3704c
commit ded0ad06e3
2 changed files with 8 additions and 1 deletions

View File

@ -58,5 +58,12 @@ subroutine sync9(ss,tstep,df3,ntol,nfqso,sync,snr,fpk,ccfred)
if(sync.gt.10.0) sync=10.0
fpk=(ipkbest-1)*df3
! rewind 71
! do j=1,184
! write(71,3001) j,ss(j,ipkbest)
!3001 format(i5,f12.6)
! enddo
! call flush(71)
return
end subroutine sync9

View File

@ -1,4 +1,4 @@
//--------------------------------------------------------------- MainWindow
//---------------------------------------------------------------- MainWindow
#include "mainwindow.h"
#include "ui_mainwindow.h"
#include "devsetup.h"