Update of /src/master/dx/src/exec/dxmods
In directory opendx.watson.ibm.com:/tmp/cvs-serv21028/dxmods
Modified Files:
_cat_util.c categorize.c
Log Message:
Update Categorizes hash function for non-string values to take into
account that the input may be vector. If vector, calculate the hash
key as the addition of the hash key for each value. This will cut
down the number of collisions for say grid positions if categorized.
Update an error message in categorize to report what the problem
really is if it exists. Stylize the code in hash.c to make it
easier to read and print out (for debugging purposes).