>There is still a problem with incomplete dereferencing. In the above
>example, x[i] is recognized as a double*, instead of a double***, and
>although it returns the correct value (address), it thinks x[i][j] is
>a double value. Maybe I can figure this out too.
I fixed this problem (only refercing side) in cint5.13.66.
Thank you
Masaharu Goto