Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Grid), | intent(in) | :: | this |
function annotationGrid(this) result(p)
type(Grid), intent(in) :: this
type(ps_annotation_t) , pointer :: p
nullify(p)
p => this%data%annotation
end function annotationGrid