print_n Subroutine

private impure elemental subroutine print_n(this)

Type Bound

ImageGeneration

Arguments

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

Source Code

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