20 integer :: io_max, io, m, iostat
23 m = io_max ;
if (m < 1) m = 97
25 inquire (unit=io, opened=opened, iostat=iostat)
39 character(len=*) :: name
40 character(100) :: io_name
55 character(len=*) :: name
56 character(100) :: io_name
63 inquire( file=io_name, exist=exists )
65 write(*,*)
"File ",io_name,
"does not exist ..."
68 open(io,file=io_name,status=
"old")
Module to handle input output files for the PROGRESS lib.
integer function, public get_file_unit(io_max)
Returns a unit number that is not in use.
subroutine, public prg_open_file(io, name)
Opens a file to write.
subroutine, public prg_open_file_to_read(io, name)
Opens a file to read.