From 9374d88dbec26a647840b859fccfc44aabd4d1ec Mon Sep 17 00:00:00 2001 From: ganovelli Date: Thu, 6 Jul 2006 12:30:32 +0000 Subject: [PATCH] misleading comment removed --- vcg/complex/trimesh/subset.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vcg/complex/trimesh/subset.h b/vcg/complex/trimesh/subset.h index fa8a0b5c..c1f13037 100644 --- a/vcg/complex/trimesh/subset.h +++ b/vcg/complex/trimesh/subset.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.10 2005/12/14 17:14:13 pietroni +added assert on deleted flag condition + Revision 1.9 2005/02/08 14:38:05 turini Warnings Correction @@ -92,7 +95,6 @@ struct InsertedV // This function build a nesh from a subset of faces of another. // @param : subSet, stl vector of face poitners. // m, output mesh mesh. -// It assumes FF topology has been computed. template