MAPL_HashSize Function

public function MAPL_HashSize(Hash)

Arguments

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

Return Value integer


Called by

proc~~mapl_hashsize~~CalledByGraph proc~mapl_hashsize MAPL_HashSize proc~mapl_hashdump MAPL_HashDump proc~mapl_hashdump->proc~mapl_hashsize

Source Code

integer function  MAPL_HashSize(Hash)
  integer, intent(IN) :: Hash

  integer HASHSIZE
  MAPL_HashSize = HASHSIZE(Hash)

end function MAPL_HashSize