home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!decwrl!waikato.ac.nz!aukuni.ac.nz!ecmtwhk
- Newsgroups: comp.lang.fortran
- Subject: What extensions do you use?
- Message-ID: <1992Aug13.004448.4409@ccu1.aukuni.ac.nz>
- From: ecmtwhk@ccu1.aukuni.ac.nz (Thomas Koenig)
- Date: Thu, 13 Aug 1992 00:44:48 GMT
- Organization: University of Auckland, New Zealand.
- Lines: 12
-
- What extensions do you usually use when programming FORTRAN? I try to
- restrict myself to two: Use of INCLUDE statements, without which COMMON
- blocks and PARAMETER statements would be almost impossible, and
- IMPLICIT none. Altough the temptation to use identifiers longer than 6
- letters can be overwhelming, I usually don't because one system I work
- on does not support them; same goes for use of lowercase letters.
-
- How about you?
- --
- Thomas Koenig, ecmtwhk@ccu1.aukuni.ac.nz, ib09@rz.uni-karlsruhe.de
- The joy of engineering is to find a straight line on a double logarithmic
- diagram.
-