Next: Subroutine/Function Calling Sequences
Up: Programming Style
Previous: Internal Data Transfer
  Contents
  Index
All subroutines are supplied with a header block of
FORTRAN COMMENT
records giving:
- The name of the author and/or modifying author
- The version number or date of production
- A brief description of the function of the subroutine
- A copyright statement
- A CVS revision number and associated data.
Elsewhere FORTRAN COMMENT cards are used liberally.
W Smith
2003-05-12