Please read tips for efficient and successful posting and posting code
ROOT Version: 6.18/04
Platform: MacOsX Catalnia
Compiler: Not Provided
Hello,
I just upgraded my Mac to Catalina and root to the version 6.18/04.
My macros work fine except for one that uses TGraphErrors.
When I execute the macro I have the following error message:
error: use of undeclared identifier ‘gr’
gr = new TGraphErrors(i,x,y,err_x,err_y);
^
The same macro was working fine with the root version 6.05
Can anybody help with that?
thanx