hash_table_add Subroutine

private recursive subroutine hash_table_add(hash_table, c, p)

add a pair (c,p) to the hash table

Arguments

Type IntentOptional Attributes Name
type(hash_table_type), intent(inout) :: hash_table
integer, intent(in) :: c

this value is being hashed this is being stored

integer, intent(in) :: p

this value is being hashed this is being stored