Function findWire
function findWire
! Uses
use chambers_mod
use precision_mod
! Variables
type (plane_type), INTENT(in) :: plane
real, INTENT(in) :: u
real, INTENT(in) :: v
real, INTENT(out) :: w
integer :: iwire
real (kind=R8), dimension (3) :: v3
real (kind=R8) :: m
end function findWire
Description of Variables
plane
type (plane_type), INTENT(in) :: plane
u
real, INTENT(in) :: u
v
real, INTENT(in) :: v
w
real, INTENT(out) :: w
iwire
integer :: iwire
v3
real (kind=R8), dimension (3) :: v3
m
real (kind=R8) :: m