SUBROUTINE GMTRAN ( A, ATR, N, M )

Argument Definitions (+ indicates altered content)
INTEGER            M,          N
REAL*8             A(*),      +ATR(*)
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.                            * 
                                                                        * 
 
### gmtran ### 
    Transposes an array A and stores it in ATR.
Source file:gmtran.f
Local Variables (+ indicates altered content)
INTEGER           +I,         +IJ,        +IR,        +J