print_response_format Subroutine

private impure elemental subroutine print_response_format(this)

Type Bound

Transcription

Arguments

Type IntentOptional Attributes Name
class(Transcription), intent(inout) :: this

Source Code

   elemental impure subroutine print_response_format(this)
      class(Transcription), intent(inout) :: this
      print "('response_format: ',A)", trim(this%response_format)
   end subroutine print_response_format