Maxium array dimensions?

Hi,

what is the max amount of dimension an array can have? G__MAXVARDIM is 10 in v5-34, but CINT runs into errors with 6D array already:

err form var.cxx
"Limitation: Pointer to array exceeded array bounds capacity."

Is this a feature or a bug?
Jiri

Try [url]Multidimensional Array

Thanks. Read that before. Does not answer my question. What is the limit?

Hi,

The limit also include the pointers … Either you are hitting the limitation of CINT (intended or not). I recommend you compile your code with ACLiC (i.e. .L myscript.C+)

Cheers,
Philippe.