mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-01 08:07:10 -04:00
Remove obsolete comments.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6640 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
932964f4c0
commit
2a08235489
@ -1,13 +1,12 @@
|
||||
program ldpcsim
|
||||
|
||||
! simulate with packed 72-bit messages and 8-bit hash - so only makes
|
||||
! sense to use this with codes having K=80.
|
||||
|
||||
use, intrinsic :: iso_c_binding
|
||||
use hashing
|
||||
use packjt
|
||||
|
||||
! To change to a new code, edit the following line and the filenames
|
||||
! that contain the parity check and generator matrices.
|
||||
! parameter (N=128, K=80) ! M and N are global variables on the C side.
|
||||
|
||||
character*22 msg,msgsent
|
||||
integer*4 i4Msg6BitWords(12)
|
||||
integer*1, target:: i1Msg8BitBytes(10) ! 72 bit msg + 8 bit hash
|
||||
|
Loading…
Reference in New Issue
Block a user