closepoly(3f) - [M_pixel:POLYGONS] Terminates a polygon opened by
makepoly(3f)
(LICENSE:PD)
definition:
subroutine closepoly()
Terminates a polygon opened by MAKEPOLY(3f).
John S. Urban
Public Domain
subroutine closepoly()
! ident_34="@(#) M_pixel makepoly(3f) terminate a polygon opened by makepoly(3f)"
P_inpolygon=.false.
call poly2(P_polyvertex-1,P_polypoints)
end subroutine closepoly