Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(format_lut), | intent(in) | :: | this |
pure elemental function get_dim_colors(this) result(dim_colors) class(format_lut), intent(in) :: this integer :: dim_colors dim_colors = this%dim_colors end function get_dim_colors