home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / edu / 1333 < prev    next >
Encoding:
Internet Message Format  |  1992-08-25  |  1.1 KB

  1. Xref: sparky comp.edu:1333 comp.lang.fortran:3159
  2. Path: sparky!uunet!comp.vuw.ac.nz!waikato.ac.nz!aukuni.ac.nz!ecmtwhk
  3. Newsgroups: comp.edu,comp.lang.fortran
  4. Subject: Re: Small Language Wanted
  5. Message-ID: <1992Aug25.225301.20747@ccu1.aukuni.ac.nz>
  6. From: ecmtwhk@ccu1.aukuni.ac.nz (Thomas Koenig)
  7. Date: Tue, 25 Aug 1992 22:53:01 GMT
  8. References: <1992Aug25.154501.8654@colorado.edu>
  9. Organization: University of Auckland, New Zealand.
  10. Lines: 14
  11.  
  12. ejh@khonshu.colorado.edu (Edward J. Hartnett) writes:
  13.  
  14. >I never use common blocks myself, ditto global variables (are their
  15. >global variables other than in common blocks?).
  16.  
  17. I take it you never use any NAG, IMSL or similar routines, then. If, for
  18. example, you want to call a general - purpose root finder, you will have
  19. to pass it the function to be solved, via an EXTERNAL argument. If you
  20. you want to communicate with that function, COMMON (which is indeed the
  21. only kind of global variable FORTRAN supports) is the only way to do it.
  22. -- 
  23. Thomas Koenig, ecmtwhk@ccu1.aukuni.ac.nz, ib09@rz.uni-karlsruhe.de
  24. The joy of engineering is to find a straight line on a double logarithmic
  25. diagram.
  26.