From 23cb998b040bb98c7257b513a7b5680e033ee363 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni Date: Tue, 20 Feb 2018 10:24:00 +0100 Subject: [PATCH] typo --- vcg/complex/algorithms/clean.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/algorithms/clean.h b/vcg/complex/algorithms/clean.h index 25493000..8766a70a 100644 --- a/vcg/complex/algorithms/clean.h +++ b/vcg/complex/algorithms/clean.h @@ -310,7 +310,7 @@ public: } - /** This function removes that are not referenced by any face or by any edge. + /** This function removes vertices that are not referenced by any face or by any edge. @param m The mesh @param DeleteVertexFlag if false prevent the vertex deletion and just count it. @return The number of removed vertices