From bc793e067aa54e4d129f58e23adf5546c16337ab Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Mon, 17 May 2004 08:26:28 +0000 Subject: [PATCH] Changed : Parameters Order As In vcg::tetra::SubSet. --- vcg/complex/trimesh/subset.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/complex/trimesh/subset.h b/vcg/complex/trimesh/subset.h index 077f2d4d..c9011a00 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.7 2004/05/17 07:58:16 turini +Minor Changes To Compile Even Without using namespace std. + Revision 1.6 2004/05/14 11:43:17 turini Changed mesh ClearFlag call. @@ -85,7 +88,7 @@ struct InsertedV // m, output mesh mesh. // It assumes FF topology has been computed. template -void SubSet(STL_CONT & subSet, S_MESH_TYPE & m) +void SubSet(S_MESH_TYPE & m, STL_CONT & subSet) { std::vector< InsertedV > newVertices; STL_CONT::iterator pfi;