Update of /src/master/dx/src/exec/dxmods In directory opendx.watson.ibm.com:/tmp/cvs-serv25452
Modified Files:
autoregrid.c
Log Message:
Correct a problem where a pointer is getting set to NULL and then
the a following if statement checks if the value of the address
pointed to pointer is -1. Should be checking if the pointer
is NULL instead. Autogrid would always core dump if the radius
was set to infinity. It now works correctly.
