|
PROGRESS
master
|
Module to handle input output files for the PROGRESS lib. More...
Functions/Subroutines | |
| integer function, public | get_file_unit (io_max) |
| Returns a unit number that is not in use. More... | |
| subroutine, public | prg_open_file (io, name) |
| Opens a file to write. More... | |
| subroutine, public | prg_open_file_to_read (io, name) |
| Opens a file to read. More... | |
Module to handle input output files for the PROGRESS lib.
| integer function, public prg_openfiles_mod::get_file_unit | ( | integer | io_max | ) |
Returns a unit number that is not in use.
| io_max | Maximum units to search. |
| get_file_unit | Unit return to use for the file. |
Definition at line 18 of file prg_openfiles_mod.F90.
| subroutine, public prg_openfiles_mod::prg_open_file | ( | integer | io, |
| character(len=*) | name | ||
| ) |
Opens a file to write.
| io | Unit for the file. |
| name | Name of the file. |
Definition at line 37 of file prg_openfiles_mod.F90.
| subroutine, public prg_openfiles_mod::prg_open_file_to_read | ( | integer | io, |
| character(len=*) | name | ||
| ) |
Opens a file to read.
| io | Unit for the file. |
| name | Name of the file. |
Definition at line 53 of file prg_openfiles_mod.F90.