Re: Efficient way to pass different shaped arrays?




"glen herrmannsfeldt" <gah@xxxxxxxxxxxxxxxx> wrote in message
news:c5qdndEDAoKZkD7ZnZ2dnUVZ_u-dnZ2d@xxxxxxxxxxxxxx

I am pretty sure passing a one dimensional array to a two dimensional
dummy is allowed, definitely the other way around is allowed.

It is ("Fortran 95/2003 Explained", Section 20.3). What is not allowed, in
the case given, is to address the fourth and subsequent elements of 'array'.

Regards,

Mike Metcalf


.



Relevant Pages