SUBROUTINE PUTOUT ( NNI, NMI, FUN, WORK )

Argument Definitions (+ indicates altered content)
INTEGER            NMI,        NNI
REAL*8            +FUN(NNI,*),             WORK(NNI+8,NMI+8)
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.                            * 
                                                                        * 
 
### putout ### 
 
    Reverses the action of putin and putin[2-4]
Source file:putout.f
Local Variables (+ indicates altered content)
INTEGER           +I,         +J