home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / misc / namelist.pro < prev    next >
Encoding:
Text File  |  1988-05-03  |  2.4 KB  |  69 lines

  1.  
  2. -------- SIMTEL20 Ada Software Repository Prologue ------------
  3. --
  4. -- Unit name    : NAMELIST
  5. -- Version      : 1.0
  6. -- Author:    David Kwong
  7. --              Jet Propulsion Laboratory/CalTech
  8. --              MS 301-125J
  9. --              4800 Oak Grove Drive
  10. --              Pasadena, CA 91109
  11. --              (818) 354-8285
  12. -- DDN Address  : N/A
  13. -- Copyright    : 1986 (c) David Kwong
  14. -- Date created :  12/23/86
  15. -- Release date :  12/23/86
  16. -- Last update  :  12/23/86
  17. -- Machine/System Compiled/Run on : VAX 11/780, VMS 4.4, DEC Ada
  18. --
  19. ---------------------------------------------------------------
  20. --
  21. -- Keywords     :  FORTRAN Namelist, I/O
  22. --
  23. -- Abstract     :  
  24. -- NAMELIST - An input package which implements the FORTRAN NAMELIST
  25. -- capability.
  26. --
  27. -- NAMELIST.SRC -- This file contains the namelist package with
  28. -- a test program.  To run the test program, compile the
  29. -- programs in this order:
  30. --
  31. -- 1) NLG -- generic package for the namelist
  32. -- 2) TNL -- test program for the namelist
  33. --
  34. -- Then link TNL and run it with NAMELIST.DAT (renamed to TEST1.DAT)
  35. -- as an input file.  OUTNL.DAT is an example output file.
  36. --
  37. ------------------ Revision history ---------------------------
  38. --
  39. -- DATE         VERSION    AUTHOR                  HISTORY
  40. -- 12/23/86    1.0    David Kwong        Initial Release
  41. ------------------ Distribution and Copyright -----------------
  42. --
  43. -- This prologue must be included in all copies of this software.
  44. --
  45. -- This software is copyright by the author.
  46. --
  47. -- This software is released to the Ada community.
  48. -- Restrictions on use or distribution:  NONE
  49. --
  50. ------------------ Disclaimer ---------------------------------
  51. --
  52. -- This software and its documentation are provided "AS IS" and
  53. -- without any expressed or implied warranties whatsoever.
  54. -- No warranties as to performance, merchantability, or fitness
  55. -- for a particular purpose exist.
  56. --
  57. -- Because of the diversity of conditions and hardware under
  58. -- which this software may be used, no warranty of fitness for
  59. -- a particular purpose is offered.  The user is advised to
  60. -- test the software thoroughly before relying on it.  The user
  61. -- must assume the entire risk and liability of using this
  62. -- software.
  63. --
  64. -- In no event shall any person or organization of people be
  65. -- held responsible for any direct, indirect, consequential
  66. -- or inconsequential damages or lost profits.
  67. --
  68. -------------------END-PROLOGUE--------------------------------
  69.