NA_VHF now basically functional in MSK144 mode.

This commit is contained in:
Joe Taylor
2018-07-31 13:18:57 -04:00
parent 396cf98c0b
commit 8a732f40a5
2 changed files with 18 additions and 3 deletions
+2
View File
@@ -39,6 +39,8 @@ function stdmsg(msg0)
msg(23:37)=' '
stdmsg=(msg(1:22).eq.msg1(1:22)) .and. (itype.ge.0) .and. (itype.ne.6)
if(.not.stdmsg) then
i0=index(msg1,' ')
msg1(i0:)=' '
call parse77(msg1,i3,n3)
if(i3.gt.0 .or. n3.gt.0) stdmsg=.true.
endif