get_Wci Function

private pure function get_Wci(this, n) result(Wc)

Type Bound

nurbs_curve

Arguments

Type IntentOptional Attributes Name
class(nurbs_curve), intent(in) :: this
integer, intent(in) :: n

Return Value real(kind=rk)


Called by

proc~~get_wci~~CalledByGraph proc~get_wci nurbs_curve%get_Wci none~get_wc nurbs_curve%get_Wc none~get_wc->proc~get_wci proc~modify_wc nurbs_curve%modify_Wc proc~modify_wc->none~get_wc proc~modify_xc nurbs_curve%modify_Xc proc~modify_xc->none~get_wc program~test_nurbs_curve test_nurbs_curve program~test_nurbs_curve->none~get_wc program~test_nurbs_curve->proc~modify_wc program~test_nurbs_curve->proc~modify_xc