home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / fortran / 3250 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.3 KB  |  32 lines

  1. Newsgroups: comp.lang.fortran
  2. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!eos!data.nas.nasa.gov!splatter.nas.nasa.gov!bross
  3. From: bross@splatter.nas.nasa.gov (Bill Ross)
  4. Subject: Re: NAMELIST simulating routine
  5. Keywords: NAMELIST
  6. References:  <1992Aug21.044540.22611@cco.caltech.edu>
  7. Sender: news@nas.nasa.gov (News Administrator)
  8. Organization: Numerical Aerodynamic Simulation Facility NASA
  9. Date: Fri, 28 Aug 92 06:21:41 GMT
  10. Message-ID: <1992Aug28.062141.11201@nas.nasa.gov>
  11. Reply-To: bross@splatter.nas.nasa.gov (Bill Ross)
  12. Lines: 18
  13.  
  14.  Nelson H.F. Beebe of the University of Utah wrote a fortran-only
  15. portable namelist which was part of the <plot79> graphics package.
  16.  
  17. c               Nelson H.F. Beebe
  18. c               Center for Scientific Computing
  19. c               Department of Mathematics
  20. c               220 South Physics Building
  21. c               Salt Lake City, UT 84112
  22.  
  23. It requires a little more work than the compiler-supplied namelists,
  24. since the variable names must be declared in arrays with corresponding
  25. arrays of type codes for the same variables... bet you'll make a mistake!
  26.  
  27. The package itself looks very nice. The date on my version is 1982. There
  28. are 1754 lines of code and 2124 comment lines. The object code is 57.7K on
  29. a mips, 49.6K on a Crimson and 41.6K on an HP 730.
  30.  
  31. Bill Ross                
  32.