mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-05 10:58:38 -04:00
For Q65 nsg averaging, wrap nsave when it reaches MAXAVE.
This commit is contained in:
parent
b6d2002985
commit
057967a761
@ -51,6 +51,7 @@ subroutine q65_avg(nutc,ntrperiod,LL,ntol,lclearave,baud,nsubmode, &
|
||||
|
||||
! Save data for message averaging
|
||||
nsave=nsave+1
|
||||
nsave=mod(nsave-1,MAXAVE)+1
|
||||
n=nutc
|
||||
if(ntrperiod.ge.60) n=100*n
|
||||
write(cutc,'(i6.6)') n
|
||||
|
Loading…
Reference in New Issue
Block a user