Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ImageGeneration), | intent(in) | :: | this |
elemental impure subroutine print_user_name(this) class(ImageGeneration), intent(in) :: this print *, "user_name: ", this%user_name end subroutine print_user_name