Convenience accessor procedures for backward compatibility Get profile name
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(profile_config_t), | intent(in) | :: | self |
function get_profile_name(self) result(name) class(profile_config_t), intent(in) :: self character(len=:), allocatable :: name name = self%profile_feature%name end function get_profile_name