Re: Reading complex multidimensionalarrays from C



Hi!

1. Fortran subscripts (unless declared otherwise) start at 1. In C
arrays are 0 based.
2. Fortran is column major but C is row major. So with 2 subscripts
you need to interchange them on the C side.

Yes, I already know this, but it didn't help :-)

I won't try to suggest what you might write in C to handle the 3
argument case.

:-( That was exactly what I need to do.

Regards,
Timo
.