SUBROUTINE PRTMAT ( M, N, A, IOUTMAT )

Argument Definitions (+ indicates altered content)
INTEGER            IOUTMAT,    M,          N
REAL*8             A(M,N)
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.                            * 
                                                                        * 
 
### prtmat ### 
    Prints an array in a formatted way. Orbitals and potentials are 
    stored in one-dimensional arrays. When they are printed as a 
    two-dimensional ones (\nu=0,\mu_1) element coresponds to A centre 
    and (\nu=\pi,\mu_1) --  B.
Source file:prtmat.f
I/O Operations:
Unit ID  Unit No       Access  Form   Operation
IOUTMAT                   SEQ  FMTD           W  

Operation codes A=rewind,B=backspace,C=close,E=endfile
                I=inquire,O=open,R=read,W=write
Local Variables (+ indicates altered content)
INTEGER           +IM,        +IN