Next: 6.3 RESERV: allocate new Up: 6 Input/Output routines Previous: 6.1 SREIBW/WRITEM: write to


6.2 LESW: read data from file

      subroutine lesw(a,len,ifil,name,ioffs)
      implicit double precision  (a-h,o-z)
      dimension a(*)
Read from record namx on file ifil into the array a for len words. If ioffs is non-zero, the first element of a is read ioffs words after the start of the record.

P.J. Knowles and H.-J. Werner
molpro-support@tc.bham.ac.uk
Jan 10, 2000