mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Sorry, I forgot to add this file.
This commit is contained in:
parent
3af293f297
commit
0235af4f77
11
lib/77bit/my_hash.f90
Normal file
11
lib/77bit/my_hash.f90
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
subroutine my_hash(mycall)
|
||||||
|
|
||||||
|
use packjt77
|
||||||
|
character*(*) mycall
|
||||||
|
character*13 c13
|
||||||
|
|
||||||
|
c13=mycall//' '
|
||||||
|
call save_hash_call(c13,n10,n12,n22)
|
||||||
|
|
||||||
|
return
|
||||||
|
end subroutine my_hash
|
Loading…
Reference in New Issue
Block a user