4.5 Generic Fortran Interfaces

In references to procedures that have interfaces, named parameters are replaced with positional parameters and missing prameters are filled in with unused temporaries. For each optional parameter, a LOGICAL parameter is appended to the end and is set to TRUE or FALSE depending on whether the parameter is present or missing.

Generic references to procedures are replaced with the specific equivalents.

Operator interfaces are replaced with procedure calls. If temporaries are necessary, they are created.

Assignment interfaces are replaced with procedure calls.


Previous Page | Next Page | Contents | Index |
Command-Line Qualifiers

Copyright © Digital Equipment Corporation. 1999. All Rights Reserved.