Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=100), | public | :: | name | = | "-----" | ||
character(len=:), | public, | allocatable | :: | buffer |
type, public :: input_file_t
character(len=100) :: name = "-----"
character(len=:), allocatable :: buffer
end type input_file_t