Node: Interfacing to Fortran, Next: Interfacing to non-GNAT Ada code, Previous: Interfacing to COBOL, Up: Interfacing to Other Languages
Interfacing to Fortran is achieved as described in section B.5 of the
reference manual. The pragma Convention Fortran
, applied to a
multi- dimensional array causes the array to be stored in column-major
order as required for convenient interface to Fortran.