Next: , Previous: Interfacing to COBOL, Up: Interfacing to Other Languages


10.4 Interfacing to Fortran

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.