Retains a reference to an image distribution
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_imagedistribution_obj), | intent(inout) | :: | imgdist |
SUBROUTINE dbcsr_image_dist_hold(imgdist) !! Retains a reference to an image distribution TYPE(dbcsr_imagedistribution_obj), INTENT(INOUT) :: imgdist imgdist%i%refcount = imgdist%i%refcount + 1 END SUBROUTINE dbcsr_image_dist_hold