home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / fortran / tidy64.zip / CONVERT.UNX < prev    next >
Text File  |  1993-10-11  |  845b  |  25 lines

  1.  
  2.  
  3.                   UNIX Conversion Notes for TIDY
  4.  
  5. These notes are for the f77 compiler under 4.3 BSD UNIX or
  6. ULTRIX.
  7.  
  8. 1.  In the main program (TIDY), change the variable SCDISK
  9.     from .TRUE. to .FALSE..  This suppresses the query for
  10.     what disk (MS-DOS) the scratch files are to be written
  11.     to.
  12.  
  13. 2.  In the BLOCK DATA routine following main program TIDY,
  14.     change the value for STDIN from 0 to 5.
  15.  
  16. 3.  In subroutine OPFIL, disable the call to function
  17.     DOSDEV.  The variable ISDEV is forced to .FALSE. just before
  18.     this call, and should remain .FALSE. at all times.
  19.  
  20. 4.  As supplied, TIDY normally converts everything outside of strings
  21.     to upper case, which is the ANSI standard character set.
  22.     If default translation to lower case is desired,
  23.     CONVCASE.TXT for re-compilation instructions.
  24.  
  25.