Previous: iopcls Up: ../plot79_i.html Next: iopnam


IOPINI

       LOGICAL FUNCTION  IOPINI (LIST,NLIST)
 C$    (I/O Package Initialization)
 C$    This  routine  must  be  called  to  correctly   initialize
 C$    internal COMMON blocks in  the I/O package.  The  arguments
 C$    are:
 C$
 C$    LIST(*)............List of FORTRAN units already in use.
 C$    NLIST..............Number of entries in LIST(*).
 C$
 C$    The function value  returned is .TRUE.  if successful,  and
 C$    .FALSE. if the  internal file  list was too  small to  hold
 C$    NLIST values.
 C$    (02-FEB-82)