SUBROUTINE PMTX ( N1, N2, A, N1ST, N2ST, INCRN1, INCRN2 )

Argument Definitions (+ indicates altered content)
INTEGER            INCRN1,     INCRN2,     N1,         N1ST
INTEGER            N2,         N2ST
REAL*8             A(N1,N2)
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.                            * 
                                                                        * 
 
### pmtx ### 
    Prints two-dimensional array in tabular row-wise form.
Source file:pmtx.f
I/O Operations:
Unit ID  Unit No       Access  Form   Operation
               6          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           +I,         +J

SUBROUTINE PMTXI ( N1, N2, IA, N1ST, N2ST, INCRN1, INCRN2 )

Argument Definitions (+ indicates altered content)
INTEGER            IA(N1,N2),  INCRN1,     INCRN2,     N1
INTEGER            N1ST,       N2,         N2ST
Source file:pmtx.f
I/O Operations:
Unit ID  Unit No       Access  Form   Operation
               6          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           +I,         +J