SUBROUTINE NORM ( IORB, PSI, F4, WGT2, WK0 )

Argument Definitions (+ indicates altered content)
INTEGER            IORB
REAL*8             F4(*),      PSI(*),     WGT2(*),   +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.                            * 
                                                                        * 
 
### norm ### 
    Normalizes a given orbital.
Source file:norm.f
I/O Operations:
Unit ID  Unit No       Access  Form   Operation
      *                   SEQ  FMTD           W  

Operation codes A=rewind,B=backspace,C=close,E=endfile
                I=inquire,O=open,R=read,W=write
Intrinsic Functions Called
GENERIC*8          ABS,        SQRT
External Functions and Subroutines Called
REAL*8             DOT
SUBROUTINE         PROD,       SCAL
Local Variables (+ indicates altered content)
INTEGER           +I,         +IBEG,      +NGRID
REAL*8            +XNORM,     +ZAREA
Referenced Common Block Variables (+ indicates altered content)
ADDRESS1           INTEGER            I1B(60)
ADDRESS3           INTEGER            I1SI(60)
COMPATAB           CHARACTER*8        BOND(60),  GUT(60)
COMPATAB           INTEGER            IORN(60)
CONSFP             REAL*8             ONE
CONSINT            INTEGER            IONE
DEBUG              INTEGER            IPRINT(1000)
ORBITR             REAL*8            +AREA(60)