Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ScenarioDescription), | intent(in) | :: | this |
function tostring_description(this) result(s) character(:), allocatable :: s class(ScenarioDescription), intent(in) :: this s = this%name end function tostring_description