SUBROUTINE INFLOAT ( BUF )

Argument Definitions (+ indicates altered content)
REAL*8            +BUF
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.                            * 
                                                                        * 
 
### inFloat ### 
 
    Extracts a floating point number from an input card.
Source file:inFloat.f
I/O Operations:
Unit ID  Unit No       Access  Form   Operation
  IOUT6                   SEQ  FMTD           W  

Operation codes A=rewind,B=backspace,C=close,E=endfile
                I=inquire,O=open,R=read,W=write
Intrinsic Functions Called
DOUBLE PRECISION   DBLE
Parameter Variables Used
INTEGER            I40                (I40 = 40)
INTEGER            I80                (I80 = 80)
Local Variables (+ indicates altered content)
CHARACTER         +ICHAR(16), +ITEMP
INTEGER           +I,         +IEXP,      +IEXPDIG,   +IST
INTEGER           +J,         +LIMIT,     +N,         +NSTRT
REAL*8            +EXPONENT,  +FACT,      +FACT2
Referenced Common Block Variables (+ indicates altered content)
IOCHAN             INTEGER            IOUT6
WORK               CHARACTER          IA(I80)
WORK               INTEGER            INUMB(I40)
WORK               INTEGER            ISTRT(I40)
WORK               INTEGER           +JREC,      JUMP