From ef3acb4fc82fa4d7149fa6723ae58b32fe59ca72 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Sat, 27 Jan 2007 13:14:34 +0000 Subject: [PATCH] Removed unuseful CoordType test --- vcg/complex/trimesh/create/platonic.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vcg/complex/trimesh/create/platonic.h b/vcg/complex/trimesh/create/platonic.h index 04c2b042..c1f38aa2 100644 --- a/vcg/complex/trimesh/create/platonic.h +++ b/vcg/complex/trimesh/create/platonic.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.9 2006/08/23 15:29:44 marfr960 +*** empty log message *** + Revision 1.8 2006/03/27 04:18:35 cignoni Double->Scalar in dodecahedron @@ -106,8 +109,6 @@ void Tetrahedron(TetraMeshType &in) Allocator::AddFaces(in,4); VertexPointer ivp[4]; - CoordType test; -test=CoordType ( 1.0, 1.0, 1.0); VertexIterator vi=in.vert.begin(); ivp[0]=&*vi;(*vi).P()=CoordType ( 1.0, 1.0, 1.0); ++vi; ivp[1]=&*vi;(*vi).P()=CoordType (-1.0, 1.0,-1.0); ++vi;