Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Apr 3, 2024
1 parent 4b06732 commit 5ba0455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NURBS/forcad_nurbs_curve.f90
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ module forcad_nurbs_curve
procedure :: get_nc !!> Get number of required control points
procedure :: insert_knot !!> Insert a new knot
procedure :: elevate_degree !!> Elevate the degree of the curve
procedure :: derivative !!>
procedure :: basis !!>
procedure :: derivative !!> Compute the derivative of the NURBS curve
procedure :: basis !!> Compute the basis functions of the NURBS curve
end type
!===============================================================================

Expand Down

0 comments on commit 5ba0455

Please sign in to comment.