Diagnostic write should include callsign hash vlues.

This commit is contained in:
Joe Taylor 2018-09-21 11:13:01 -04:00
parent bc2fd29efa
commit 23f45f0d4b
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ function stdmsg(msg0)
!###
! rewind 82
! do i=1,nzhash
! write(82,3082) i,nzhash,callsign(i)
!3082 format(2i5,2x,a13)
! write(82,3082) i,nzhash,callsign(i),ihash10(i),ihash12(i),ihash22(i)
!3082 format(2i5,2x,a13,3i10)
! enddo
! flush(82)
!###