From e58bf0d7116404ff8182653a65b39e390089a614 Mon Sep 17 00:00:00 2001 From: cignoni Date: Thu, 10 Nov 2005 15:37:58 +0000 Subject: [PATCH] Removed flags clearing (now it should be in the constructor of face and vertex) --- vcg/complex/trimesh/allocate.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vcg/complex/trimesh/allocate.h b/vcg/complex/trimesh/allocate.h index 280d0a2a..9a926a8b 100644 --- a/vcg/complex/trimesh/allocate.h +++ b/vcg/complex/trimesh/allocate.h @@ -24,6 +24,10 @@ History $Log: not supported by cvs2svn $ +Revision 1.24 2005/10/13 09:32:11 cignoni +Re-inserted the cFFp and cVFp access. If only the const version of the member function exists, the compiler will call it +when a non-const object invokes that function + Revision 1.23 2005/10/12 17:26:19 ponchio cFFp doesn not exist -> FFp (there is the const version...) same for cVFp. @@ -168,7 +172,7 @@ static VertexIterator AddVertices(MeshType &m,int n, PointerUpdater