js8call/.svn/pristine/cc/cc15f8bae7a5ef7e21071b84937c0ca6eb65b4cb.svn-base

13 lines
230 B
Plaintext
Raw Normal View History

2018-02-08 21:28:33 -05:00
logical*1 function stdmsg(msg0)
use packjt
character*22 msg0,msg
integer dat(12)
call packmsg(msg0,dat,itype)
call unpackmsg(dat,msg)
stdmsg=(msg.eq.msg0) .and. (itype.ge.0)
return
end function stdmsg