TIDY version 7.01, 12/06/1998

Function:
TIDY 7.01 is a configurable FORTRAN program to indent and renumber
statements, and do various other clean-up tasks on FORTRAN-77 source
programs. TIDY can convert some FORTRAN-66 features such as Hollerith
constants to FORTRAN-77. TIDY can either retain DO/END DO loops or
convert them to standard FORTRAN-77 loops.

Installation:
 On PCs with a 386 or higher processor and a math coprocessor, just put
tidy.exe in a directory in your path.
 If the PC lacks a math coprocessor and/or has a 8086, 8088, 80186 or 80286
processor, rename tidypc.exe to tidy.exe and put it in a directory in your
path. Tidypc.exe is larger than tidy.exe because it includes math
coprocessor emulation.

Usage:
      tidy fname.ext
where fname.ext is the source file containing the FORTRAN code to be
cleaned up. If .ext is omitted in the invocation, then the source is looked
for in fname.for and fname.f in that order. The tidied program is put in
fname.tid and the listing including error messages in fname.lis. Many
formatting options for TIDY can be set in an initialization file. TIDY
looks for an initialization file tidy.ini in the current directory. If
tidy.ini is not found, then it is assumed that there is no control file.

Status: Free for non-commercial use

Version 7.01 modifications by:
  Ajit J. Thakkar
  Department of Chemistry
  University of New Brunswick
  Fredericton, NB E3B 6E2
  Canada
  ajit@unb.ca
  http://www.unb.ca/chem.html
The real work was done by the original author:
  Harry M. Murphy, Jr. (Air Force Weapons Laboratory),
and developers of later versions, including
  Gerry Tool (Lawrence Berkeley Laboratory),
  Alice Barlow (NASA Ames Research Center),
  Roger Chaffee (Stanford Linear Accelerator Center), and
  Alan G. Stangenberger (University of California).

The files in the archive are:

Name          Description
============  =========================================================
tidy.man      TIDY User Manual - ASCII Text version
tidy.exe      Executable program (386 or higher plus math coprocessor)
tidypc.exe    Executable for all PCs
tidy.ini      Sample initialization file for TIDY
whatsnew.txt  Differences between version 7.01 and 7.00
read1st.txt   This file
tidy.for      FORTRAN source code
pctidy.for    INCLUDE file for use with FORTRAN source
tidy.inc      INCLUDE file for use with FORTRAN source
units.inc     INCLUDE file for use with FORTRAN source
pctidy7.for   Old (v7.00) version of pctidy.for
============  =========================================================
