Hi,

I am getting a weird error. While printing the contents of a float array, some of the entries are printed as 1.#INF

Is this divide by zero or infinity error??

Also, this only happens when I declare the array as float, it is all right when I declare the array as double.

Any ideas?

Xargon