singlepoint_in_wedge Function

public function singlepoint_in_wedge(nfaces, nvec, dscal, point)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nfaces
double precision, intent(in) :: nvec(3,nfaces)
double precision, intent(in) :: dscal(nfaces)
double precision, intent(in) :: point(3)

Return Value logical