Skip to content
Snippets Groups Projects
Commit 43368191 authored by Dave Whipp's avatar Dave Whipp
Browse files

Fixed comment typo

parent 39405132
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ implicit none ...@@ -26,7 +26,7 @@ implicit none
!(((((((((((((((( Purpose of the routine )))))))))))))))))))))))))))))))))))))) !(((((((((((((((( Purpose of the routine ))))))))))))))))))))))))))))))))))))))
!------------------------------------------------------------------------------| !------------------------------------------------------------------------------|
! This routine removes the node iii from the surface passed as argument. ! This routine removes the node iii from the surface passed as argument.
! It especially ensures that the convex hull is kept intact, and repares ! It especially ensures that the convex hull is kept intact, and repairs
! the triangulation (it will be Delaunay checked later) ! the triangulation (it will be Delaunay checked later)
! Bear in mind that if flag0=0, then the surface0 arrays are deallocated, ! Bear in mind that if flag0=0, then the surface0 arrays are deallocated,
! so all operations on these arrays have to be toggled off. ! so all operations on these arrays have to be toggled off.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment