Removed unuseful CoordType test

This commit is contained in:
Paolo Cignoni 2007-01-27 13:14:34 +00:00
parent 2797b41cd5
commit ef3acb4fc8
1 changed files with 3 additions and 2 deletions

View File

@ -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<TetraMeshType>::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;