Dear IDL community,
I am creating a procedure that applies the linfit function to linearly interpolate vectors with varying numbers of indices. I have found that the following warning message is issued whenever the vectors are of length 2:
Program caused arithmetic error: Floating illegal operand
Does anyone know of the cause for this, and how to disable the warning? Presumably the error is zero, so somehow the error must end up getting divided? Thanks.
Steve
|