Cint Limitation on 3D TGraph arrays?

Dear Rooters,

I seem to be running in a bit of an issue here. I am trying to define a function that accepts as input fiyr arrays of type TGraph *GrphMagNeut[5][3][3] but CINT does not really seems to like ti that much.
I get the following messages (one per array ddefinition):

Cint internal error ary parameter dimension (0)
Cint internal error ary parameter dimension (0)
Cint internal error ary parameter dimension (0)
Cint internal error ary parameter dimension (0)

Is there a limitation on the dimension size? Also the issue only seems to present itself when the array is defined within a different function than the main() function. If I change the arrays to 2D arrays, then the warnings go away…


Please read tips for efficient and successful posting and posting code

ROOT Version: 5.34/36
Platform: Windows x64
Compiler: MSVS 12.04 (Visual Studio 2013)


It is difficult to answer you without code… What do you get with AClic ?