home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / fortran / 2825 < prev    next >
Encoding:
Internet Message Format  |  1992-07-24  |  1.1 KB

  1. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!aplcen.apl.jhu.edu!wb3ffv!ka3ovk!nstar!ipact!lakia
  2. From: lakia@ipact.com
  3. Newsgroups: comp.lang.fortran
  4. Subject: Re: Variable seperator for F77 code.
  5. Message-ID: <1992Jul22.091833.88@ipact.com>
  6. Date: 22 Jul 92 09:18:33 CDT
  7. References: <20JUL92.14460039@wl.aecl.ca>
  8. Organization: IPACT, Valparaiso IN
  9. Lines: 24
  10.  
  11. In article <20JUL92.14460039@wl.aecl.ca>, zinckt@wl.aecl.ca writes:
  12. > Hell0 - 
  13. > I am looking for code which produces a list of variable names from inputed 
  14. > F77 code.  I as using F77 on VAX/VMS. I thought I would ask the net before I 
  15. > write one myself.
  16. > Thanx in advance.
  17. >     Tom.
  18. > ----------------------
  19. > T.R.A. Zinck
  20. > Atomic Energy of Canada Limited
  21. > Whiteshell Labs, Pinawa
  22. > Manitoba, Canada
  23. > email: zinckt@wl.aecl.ca
  24.     Why not just look at the listing map from a FORTRAN compile.
  25. You would need to not specify "IMPLICIT NONE" otherwise you
  26. would get all of the undefined references.  The Fortran map would
  27. tell you what named commons, if it is passed, and if it is external
  28. (which might mean that it needs to be declared as a function).
  29.             - Earl
  30.