Next: 9 AO integral interface
Up: 8 Utilities to read
Previous: 8.7 SUBROUTINE NAM_OP
c----------------------------------------------------------------------
subroutine zrow_inp(str,izrow)
c----------------------------------------------------------------------
implicit double precision (a-h,o-z)
character*(*) str
evaluates z-matrix row number izrow from string str
Input parameters:
- str
- string, holding either z-matrix row number or z-matrix symbol
Output parameters:
- izrow
- row number in z-matrix.
if str is blank, izrow=0 is returned.
if str is an invalid z-matrix row number or an invalid symbol, error exit!
P.J. Knowles and H.-J. Werner
molpro-support@tc.bham.ac.uk
Jan 10, 2000