plane Function

function plane(a, b, c, x, y)

Arguments

Type IntentOptional Attributes Name
real(kind=R8), intent(in) :: a
real(kind=R8), intent(in) :: b
real(kind=R8), intent(in) :: c
real(kind=R8), intent(in) :: x
real(kind=R8), intent(in) :: y

Return Value real(kind=r8)


Called by

proc~~plane~~CalledByGraph proc~plane plane program~test_morpho test_morpho program~test_morpho->proc~plane