print_url Subroutine

private impure elemental subroutine print_url(this)

Type Bound

ImageGeneration

Arguments

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

Source Code

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