Destructor.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(pyplot), | intent(inout) | :: | me |
pyplot handler |
subroutine destroy(me) class(pyplot),intent(inout) :: me !! pyplot handler if (allocated(me%str)) deallocate(me%str) if (allocated(me%real_fmt)) deallocate(me%real_fmt) me%raw_str_token = ' ' end subroutine destroy