get_nc Function

private pure function get_nc(this) result(nc)

Type Bound

nurbs_curve

Arguments

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

Return Value integer


Called by

proc~~get_nc~~CalledByGraph proc~get_nc nurbs_curve%get_nc program~test_nurbs_curve test_nurbs_curve program~test_nurbs_curve->proc~get_nc