SUBROUTINE ZEROARRAYS ( CW_ORB, CW_COUL, CW_EXCH, CW_SUPPL, CW_SCTCH, CW_SOR )

Argument Definitions (+ indicates altered content)
INTEGER           +CW_SOR(*)
REAL*8             CW_COUL(*),             CW_EXCH(*)
REAL*8             CW_ORB(*),  CW_SCTCH(*),            CW_SUPPL(*)
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.                            * 
                                                                        * 
 
### zeroArrays ### 
 
    Zeroise main arrays.
Source file:zeroArrays.f
External Functions and Subroutines Called
SUBROUTINE         ZEROARRAY
Local Variables (+ indicates altered content)
INTEGER           +I,         +N
Referenced Common Block Variables (+ indicates altered content)
DIMES              INTEGER            MAXORB
LENGTHS            INTEGER            LENGTH1,   LENGTH2
LENGTHS            INTEGER            LENGTH3,   LENGTH4
LENGTHS            INTEGER            LENGTH5,   LENGTH6
NOENG              REAL*8             ENGO(3600)