![]() |
GBS
|
Data Types | |
| interface | tfile |
| Derived type for manipulating files. More... | |
Functions/Subroutines | |
| type(tfile) function | constructor (filename) |
| Constructor of the File type. More... | |
| subroutine | open (this) |
| Open the file. More... | |
| subroutine | close (this) |
| Close the file. More... | |
Variables | |
| integer, parameter | starting_unit = 1000 |
| integer, save | file_number = 1 |
|
private |
Close the file.
|
private |
Constructor of the File type.
| [in] | filename | Name to giver to the file |
|
private |
Open the file.
|
private |
|
private |