Next: Interfacing to non-GNAT Ada code, Previous: Interfacing to COBOL, Up: Interfacing to Other Languages [Contents][Index]
Interfacing to Fortran is achieved as described in section B.5 of the
Ada 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.