Subroutine getWwire

subroutine getWwire

        ! Uses
    use chambers_mod
    use precision_mod

        ! Variables
    type (plane_type), INTENT(in) :: plane
    type (wire_type), INTENT(in) :: wire
    real, INTENT(out) :: wmin
    real, INTENT(out) :: wmax
    real (kind=R8), dimension (3) :: w

end subroutine getWwire

Description of Variables

plane

type (plane_type), INTENT(in) :: plane

wire

type (wire_type), INTENT(in) :: wire

wmin

real, INTENT(out) :: wmin

wmax

real, INTENT(out) :: wmax

w

real (kind=R8), dimension (3) :: w