add a pair (c,p) to the hash table
Type | Intent | Optional | 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 |