Points_Event_construct Subroutine

public subroutine Points_Event_construct(this, tree, axis, PointList)

Arguments

Type IntentOptional Attributes Name
type(Event), intent(inout) :: this(:)
type(KDtree), intent(inout) :: tree
integer, intent(in) :: axis
type(point_type), intent(in) :: PointList(:)