From b31dfba67bcaecc3f2363003bdf788ebbbd217f7 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sun, 24 May 2020 10:03:56 -0400 Subject: [PATCH] Consider a decode starting with "CQ <" as an invalid decode. --- lib/77bit/packjt77.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/77bit/packjt77.f90 b/lib/77bit/packjt77.f90 index e88153193..c5a663ccd 100644 --- a/lib/77bit/packjt77.f90 +++ b/lib/77bit/packjt77.f90 @@ -550,7 +550,7 @@ subroutine unpack77(c77,nrx,msg,unpk77_success) else if(i3.ge.6) then ! i3 values 6 and 7 are not yet defined unpk77_success=.false. endif -! if(msg(1:4).eq.'CQ <') unpk77_success=.false. + if(msg(1:4).eq.'CQ <') unpk77_success=.false. return end subroutine unpack77