SUBROUTINE ASYMORBTAIL ( PSI, AORB )

Argument Definitions (+ indicates altered content)
REAL*8             AORB(NNI,4),            PSI(*)
Description
                                                                        * 
  Copyright (C) 1996 Leif Laaksonen, Dage Sundholm                      * 
  Copyright (C) 1996-2009 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.                            * 
                                                                        * 
  This program is distributed in the hope that it will be useful,       * 
  but WITHOUT ANY WARRANTY; without even the implied warranty of        * 
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         * 
  GNU General Public License for more details.                          * 
                                                                        * 
  You should have received a copy of the GNU General Public License     * 
  along with this program; if not, write to the                         * 
  Free Software Foundation, Inc.,                                       * 
  59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             * 
 
### asymorbtail ### 
 
    Calculates and stores in orbtail asymptotic values of a given 
    orbital at the practical infinity that are used when immersed 
    orbitals are formed (see fill)
Source file:asymorbtail.f
Local Variables (+ indicates altered content)
INTEGER           +I,         +II,        +J,         +JJ
INTEGER           +KK
Referenced Common Block Variables (+ indicates altered content)
GRIDI              INTEGER            MXNMU,     NNI
TAIL4              INTEGER            ITAIL(100)
TAIL4              REAL*8            +ORBTAIL(60,1500,5)