Change QRA66 to QRA65, on the C++ side.

This commit is contained in:
Joe Taylor
2020-09-25 13:20:46 -04:00
parent 6ebc700288
commit 7fd2f1afe6
5 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
go to 800
endif
if(params%nmode.eq.66) then
if(params%nmode.eq.66) then !NB: JT65 = 65, QRA65 = 66.
! We're in QRA65 mode
call timer('decqra65',0)
call my_qra65%decode(qra65_decoded,id2,params%nutc,params%ntr, &