Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
Signed-off-by: Seyed Ali Ghasemi <info@gha3mi.com>
  • Loading branch information
gha3mi committed Apr 29, 2024
1 parent bf41335 commit dfaf7b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example/shape_tetragon.f90
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ program shape_tetragon
implicit none

type(nurbs_surface) :: shape !! Declare a NURBS surface object
real(rk), allocatable :: Xc(:,:), Wc(:) !! Arrays for control points and weights
real(rk), allocatable :: knot1(:), knot2(:) !! Arrays for knot vectors in both dimensions

!-----------------------------------------------------------------------------
! Setting up the NURBS tetrangon
Expand Down

0 comments on commit dfaf7b2

Please sign in to comment.