Next: FORTRAN Parameters
Up: Programming Style
Previous: Internal Documentation
  Contents
  Index
The variables in the subroutine arguments are specified in the order:
- logical and logical arrays
- character and character arrays
- integer
- real and complex
- integer arrays
- real and complex arrays
This is admittedly arbitrary, but it really does help with error detection.
W Smith
2003-05-12