translate_Xg Subroutine

private pure subroutine translate_Xg(this, vec)

Type Bound

nurbs_curve

Arguments

Type IntentOptional Attributes Name
class(nurbs_curve), intent(inout) :: this
real(kind=rk), intent(in) :: vec(:)

Called by

proc~~translate_xg~~CalledByGraph proc~translate_xg nurbs_curve%translate_Xg program~example1_curve example1_curve program~example1_curve->proc~translate_xg program~test_nurbs_curve test_nurbs_curve program~test_nurbs_curve->proc~translate_xg