mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-07 08:24:53 -04:00
Radionalize the reporting of idec values.
This commit is contained in:
+1
-6
@@ -776,18 +776,13 @@ contains
|
||||
character*3 cflags
|
||||
|
||||
cflags=' '
|
||||
if(idec.gt.0) then
|
||||
if(idec.ge.0) then
|
||||
iaptype=idec
|
||||
navg=0
|
||||
if(idec.ge.100) then
|
||||
iaptype=idec/100
|
||||
navg=mod(idec,100)
|
||||
endif
|
||||
if(iaptype.eq.1) then
|
||||
iaptype=3
|
||||
else
|
||||
iaptype=iaptype-2
|
||||
endif
|
||||
cflags='q '
|
||||
write(cflags(2:2),'(i1)') iaptype
|
||||
if(navg.ge.2) write(cflags(3:3),'(i1)') navg
|
||||
|
||||
Reference in New Issue
Block a user