Meaning of this error

does anybody know about this error:

In file included from input_line_80:1:
/home/jaybee/CodesScattering/DataPointStatNewEPEQDCSProbColorWithMRF.C:957:12: error: called object type 'TF1 *[nof]' is not a function or function pointer
   if ( abs(xpt - 0.400000) < eps)
        ~~~^

thanks for your help.

regards,
jaybee

Hi,
could it be that you have a variable called abs that is shadowing the abs mathematical function?

The compiler is complaining that abs is not a function but a…pointer to array of TF1…?

Cheers,
Enrico

i see… yeah i think i do… gracias amigo