next up previous contents index
Next: FORTRAN Parameters Up: Programming Style Previous: Internal Documentation   Contents   Index

Subroutine/Function Calling Sequences

The variables in the subroutine arguments are specified in the order:

  1. logical and logical arrays
  2. character and character arrays
  3. integer
  4. real and complex
  5. integer arrays
  6. real and complex arrays

This is admittedly arbitrary, but it really does help with error detection.



W Smith 2003-05-12