Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=default_path_length), | private | :: | file_name | = | "" | ||
integer, | private | :: | unit_number | = | -1 |
TYPE preconnection_type PRIVATE CHARACTER(LEN=default_path_length) :: file_name = "" INTEGER :: unit_number = -1 END TYPE preconnection_type