SUBROUTINE READA8 ( IUNIT, NDIM, A, IERR )

Argument Definitions (+ indicates altered content)
INTEGER           +IERR,       IUNIT,      NDIM
REAL*8            +A(NDIM)
Description
                                                                        * 
  Copyright (C) 1996 Leif Laaksonen, Dage Sundholm                      * 
  Copyright (C) 1996-2010 Jacek Kobus               * 
                                                                        * 
  This program is free software; you can redistribute it and/or modify  * 
  it under the terms of the GNU General Public License version 2 as     * 
  published by the Free Software Foundation.                            * 
                                                                        * 
 
### reada8 ### 
 
    Reads the matrix A from a disk file in an unformatted form
Source file:reada8.f
I/O Operations:
Unit ID  Unit No       Access  Form   Operation
  IUNIT                   SEQ   UNF          R   

Operation codes A=rewind,B=backspace,C=close,E=endfile
                I=inquire,O=open,R=read,W=write