MAPL_HashDestroy Subroutine

public subroutine MAPL_HashDestroy(Hash)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: Hash

Calls

proc~~mapl_hashdestroy~~CallsGraph proc~mapl_hashdestroy MAPL_HashDestroy destroyhash destroyhash proc~mapl_hashdestroy->destroyhash

Called by

proc~~mapl_hashdestroy~~CalledByGraph proc~mapl_hashdestroy MAPL_HashDestroy proc~mapl_locstreamcreatexform MAPL_LocStreamCreateXform proc~mapl_locstreamcreatexform->proc~mapl_hashdestroy

Source Code

subroutine MAPL_HashDestroy(Hash)
  integer, intent(IN) :: Hash

  call DESTROYHASH(HASH)

end subroutine MAPL_HashDestroy