Sorry, I forgot to add this file.

This commit is contained in:
Joe Taylor 2018-07-30 17:56:09 -04:00
parent 3af293f297
commit 0235af4f77
1 changed files with 11 additions and 0 deletions

11
lib/77bit/my_hash.f90 Normal file
View 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