mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 10:22:26 -04:00
Starting a long process of chnging names q65w to qmap.
This commit is contained in:
parent
0391144683
commit
935ad492e6
@ -23,7 +23,7 @@ set (libq65_FSRCS
|
|||||||
q65b.f90
|
q65b.f90
|
||||||
q65c.f90
|
q65c.f90
|
||||||
q65_sync.f90
|
q65_sync.f90
|
||||||
q65wa.f90
|
qmapa.f90
|
||||||
recvpkt.f90
|
recvpkt.f90
|
||||||
sun.f90
|
sun.f90
|
||||||
symspec.f90
|
symspec.f90
|
||||||
|
@ -41,12 +41,12 @@ subroutine decode0(dd,ss,savg)
|
|||||||
hisgrid0=hisgrid
|
hisgrid0=hisgrid
|
||||||
neme0=neme
|
neme0=neme
|
||||||
|
|
||||||
call timer('q65wa ',0)
|
call timer('qmapa ',0)
|
||||||
call q65wa(dd,ss,savg,newdat,nutc,fcenter,ntol,nfa,nfb, &
|
call qmapa(dd,ss,savg,newdat,nutc,fcenter,ntol,nfa,nfb, &
|
||||||
mousedf,mousefqso,nagain,nfshift,max_drift, &
|
mousedf,mousefqso,nagain,nfshift,max_drift, &
|
||||||
nfcal,mycall,hiscall,hisgrid,nfsample,nmode,ndepth, &
|
nfcal,mycall,hiscall,hisgrid,nfsample,nmode,ndepth, &
|
||||||
datetime,ndop00,fselected)
|
datetime,ndop00,fselected)
|
||||||
call timer('q65wa ',1)
|
call timer('qmapa ',1)
|
||||||
|
|
||||||
return
|
return
|
||||||
end subroutine decode0
|
end subroutine decode0
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
!subroutine ftninit()
|
|
||||||
subroutine ftninit
|
subroutine ftninit
|
||||||
|
|
||||||
use timer_impl, only: init_timer !,fini_timer, limtrace
|
use timer_impl, only: init_timer !,fini_timer, limtrace
|
||||||
@ -15,7 +14,7 @@ subroutine ftninit
|
|||||||
|
|
||||||
appd='.'
|
appd='.'
|
||||||
addpfx=' '
|
addpfx=' '
|
||||||
open(12,file=appd//'/all_q65w.txt',status='unknown',position='append')
|
open(12,file=appd//'/all_qmap.txt',status='unknown',position='append')
|
||||||
open(17,file=appd//'/red.dat',status='unknown')
|
open(17,file=appd//'/red.dat',status='unknown')
|
||||||
open(19,file=appd//'/livecq.txt',status='unknown')
|
open(19,file=appd//'/livecq.txt',status='unknown')
|
||||||
open(71,file=appd//'/fort.71',status='unknown')
|
open(71,file=appd//'/fort.71',status='unknown')
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
subroutine q65wa(dd,ss,savg,newdat,nutc,fcenter,ntol,nfa,nfb, &
|
subroutine qmapa(dd,ss,savg,newdat,nutc,fcenter,ntol,nfa,nfb, &
|
||||||
mousedf,mousefqso,nagain,nfshift,max_drift,nfcal,mycall, &
|
mousedf,mousefqso,nagain,nfshift,max_drift,nfcal,mycall, &
|
||||||
hiscall,hisgrid,nfsample,nmode,ndepth,datetime,ndop00,fselected)
|
hiscall,hisgrid,nfsample,nmode,ndepth,datetime,ndop00,fselected)
|
||||||
|
|
||||||
@ -71,4 +71,4 @@ subroutine q65wa(dd,ss,savg,newdat,nutc,fcenter,ntol,nfa,nfb, &
|
|||||||
enddo ! icand
|
enddo ! icand
|
||||||
|
|
||||||
return
|
return
|
||||||
end subroutine q65wa
|
end subroutine qmapa
|
Loading…
x
Reference in New Issue
Block a user