mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-21 11:38:34 -04:00
Cleanup.
This commit is contained in:
parent
2f46104140
commit
059096534b
@ -86,11 +86,9 @@ subroutine q65c(fname0,revision0)
|
||||
write(*,3002) nutc,nagain,nhsym,n60,n60b,nd,ntx30a,ntx30b,ndecodes,revision
|
||||
3002 format('A',i5.4,8i5,2x,a22)
|
||||
|
||||
if(nsave.eq.2 .or. (nsave.eq.1 .and. ndecodes.ge.1)) then
|
||||
call timer('save_qm ',0)
|
||||
if(nhsym.eq.390 .and. (nsave.eq.2 .or. (nsave.eq.1 .and. ndecodes.ge.1))) then
|
||||
call save_qm(fname,revision,mycall,mygrid,dd,ntx30a,ntx30b,fcenter, &
|
||||
nutc,ndop00,ndop58)
|
||||
call timer('save_qm ',1)
|
||||
nutc,ndop00,ndop58)
|
||||
endif
|
||||
|
||||
999 return
|
||||
|
Loading…
Reference in New Issue
Block a user