home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / fortran / 3004 < prev    next >
Encoding:
Internet Message Format  |  1992-08-12  |  912 b 

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