> ar[][] won't fly.  You can only omit the array dimension on the innermost
> (left) brackets: double ar[][3], where ar is an array of arrays of 3
> doubles.  You can remember this by recalling that in C all arrays are of
> one dimension that can vary, but the elements of any given array must be
> of a defined size.

Actually, it worked fine for me.

Reply via email to