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