From 43368191d360908c560798052a88f7ba47e6379c Mon Sep 17 00:00:00 2001 From: Dave Whipp <dwhipp@dal.ca> Date: Tue, 21 Sep 2010 17:00:18 +0000 Subject: [PATCH] Fixed comment typo --- src/remove_point.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remove_point.f90 b/src/remove_point.f90 index 96ebcb3a..9a41ab06 100644 --- a/src/remove_point.f90 +++ b/src/remove_point.f90 @@ -26,7 +26,7 @@ implicit none !(((((((((((((((( Purpose of the routine )))))))))))))))))))))))))))))))))))))) !------------------------------------------------------------------------------| ! 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) ! Bear in mind that if flag0=0, then the surface0 arrays are deallocated, ! so all operations on these arrays have to be toggled off. -- GitLab