Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Transcription), | intent(inout) | :: | this |
elemental impure subroutine print_temperature(this) class(Transcription), intent(inout) :: this print "('temperature: ',F3.1)", this%temperature end subroutine print_temperature