Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(format_lut), | intent(in) | :: | this |
pure function get_colors(this) result(colors) class(format_lut), intent(in) :: this integer, dimension(:,:), allocatable :: colors colors = this%colors end function get_colors