print_response_format Subroutine

private impure elemental subroutine print_response_format(this)

Type Bound

ImageGeneration

Arguments

Type IntentOptional Attributes Name
class(ImageGeneration), intent(in) :: this

Source Code

   elemental impure subroutine print_response_format(this)
      class(ImageGeneration), intent(in) :: this
      print *, "response_format: ", this%response_format
   end subroutine print_response_format