mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 16:42:12 -05:00
In MSK144, if a received grid is not in one's own hemisphere display it
as "R grid2", where grids2 is the antipodes -- even if the receiver is not in Contest mode. This seems safe enough... git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7396 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
1fe6c4e375
commit
3220578bc4
@ -163,7 +163,8 @@ subroutine mskrtd(id2,nutc0,tsec,ntol,nrxfreq,ndepth,mycall,mygrid,hiscall, &
|
|||||||
nsnrlast=nsnr
|
nsnrlast=nsnr
|
||||||
if( nsnr .lt. -8 ) nsnr=-8
|
if( nsnr .lt. -8 ) nsnr=-8
|
||||||
if( nsnr .gt. 24 ) nsnr=24
|
if( nsnr .gt. 24 ) nsnr=24
|
||||||
if(bcontest .and. msgreceived(1:1).ne.'<') then
|
! if(bcontest .and. msgreceived(1:1).ne.'<') then
|
||||||
|
if(msgreceived(1:1).ne.'<') then
|
||||||
call fix_contest_msg(mycall(1:6),mygrid,hiscall(1:6),msgreceived)
|
call fix_contest_msg(mycall(1:6),mygrid,hiscall(1:6),msgreceived)
|
||||||
endif
|
endif
|
||||||
write(line,1020) nutc0,nsnr,tdec,nint(fest),decsym,msgreceived, &
|
write(line,1020) nutc0,nsnr,tdec,nint(fest),decsym,msgreceived, &
|
||||||
|
Loading…
Reference in New Issue
Block a user