From aaa04175d373567baacaf49ff97a87f9de48b867 Mon Sep 17 00:00:00 2001 From: cignoni Date: Fri, 2 Dec 2005 00:06:37 +0000 Subject: [PATCH] commented out an old TRACE --- vcg/complex/trimesh/refine.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/complex/trimesh/refine.h b/vcg/complex/trimesh/refine.h index aad013c5..19d65a0c 100644 --- a/vcg/complex/trimesh/refine.h +++ b/vcg/complex/trimesh/refine.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.6 2005/07/11 13:13:33 cignoni +small gcc-related compiling issues (typenames,ending cr, initialization order) + Revision 1.5 2005/06/29 15:25:41 callieri deleted a wrong declaration "typename typename" @@ -628,7 +631,7 @@ face::Pos he(ep.f,ep.z,ep.f->V(ep.z)); } while(he!=heStart); if(br||bl) return MidPointButterfly()( ep ); if(kr==6 && kl==6) return MidPointButterfly()( ep ); - TRACE("odd vertex among valences of %i %i\n",kl,kr); + // TRACE("odd vertex among valences of %i %i\n",kl,kr); typename MESH_TYPE::CoordType newposl=*vl*.75, newposr=*vr*.75; he.FlipV();heStart=he; assert(he.v->P()==*vl); int i=0;