Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(format_lut), | intent(inout) | :: | this | |||
integer, | intent(in), | dimension(:,:) | :: | colors |
pure subroutine set_colors(this, colors) class(format_lut), intent(inout) :: this integer, dimension(:,:), intent(in) :: colors this%colors = colors end subroutine set_colors