Modulefpreviousupnextcontentsindex[BIG][Normal][small]
Next: A.2 Usual parameters for the utilities Up: A Notation Prev: A Notation Index Contents


A.1 Presentation of the utilities

 

The utilities are presented in the following manner:

Utility UTILIT

SUBROUTINE UTILIT( , , )

INTEGER IN, INOUT

REAL OUT

Description of the utility...

This presentation includes a title, the Fortran specification of the utility, and its description in natural language.

The arrows indicates the input/output mode of the parameters:

IN
is an input parameter, i.e. used but not modified,

OUT
is an output parameter, i.e. not used but modified,

INOUT
is an input and output parameter, i.e. used and modified.

with the following definitions:


Modulefpreviousupnextcontentsindex[BIG][Normal][small]
Next: A.2 Usual parameters for the utilities Up: A Notation Prev: A Notation Index Contents