SUBROUTINE SLATERP ( PSI, POT, EXCP, F2, F4, WK0 )

Argument Definitions (+ indicates altered content)
REAL*8            +EXCP(*),    F2(*),      F4(*),      POT(*)
REAL*8             PSI(*),     WK0(*)
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.                            * 
                                                                        * 
 
### slaterp ### 
    Calculates exchange potentials according to the local Slater 
    approximation
Source file:slaterp.f
External Functions and Subroutines Called
SUBROUTINE         PRODAS,     ZEROARRAY
Parameter Variables Used
REAL*8             CONST13            (CONST13 = 1.D0/3.D0)
Local Variables (+ indicates altered content)
INTEGER           +I,         +IBORB1,    +IORB1,     +NGORB1
REAL*8            +COO,       +XA
Referenced Common Block Variables (+ indicates altered content)
ADDRESS1           INTEGER            I1B(60)
ADDRESS3           INTEGER            I1SI(60)
CONFIG             INTEGER            NEL,       NORB
CONSFP             REAL*8             PII,       THREE
CONSFP             REAL*8             TWO
GRIDI              INTEGER            MXSIZE
ORBITR             REAL*8             OCC(60)
SCFR               REAL*8             ALPHAF