Remove unuseful Clear function
This commit is contained in:
parent
326f12749b
commit
42695acbd0
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.23 2005/12/19 15:00:53 corsini
|
||||||
|
Disable xml output temporarily
|
||||||
|
|
||||||
Revision 1.22 2005/12/19 11:35:13 corsini
|
Revision 1.22 2005/12/19 11:35:13 corsini
|
||||||
Add html output support
|
Add html output support
|
||||||
|
|
||||||
|
@ -585,10 +588,7 @@ int main(int argc, char ** argv)
|
||||||
tri::UpdateTopology<CMesh>::FaceFace(m);
|
tri::UpdateTopology<CMesh>::FaceFace(m);
|
||||||
tri::UpdateTopology<CMesh>::VertexFace(m);
|
tri::UpdateTopology<CMesh>::VertexFace(m);
|
||||||
|
|
||||||
// Update flags
|
// IS MANIFOLD?
|
||||||
tri::UpdateFlags<CMesh>::Clear(m);
|
|
||||||
|
|
||||||
// IS MANIFOLD
|
|
||||||
mi.Manifold = tri::Clean<CMesh>::IsComplexManifold(m);
|
mi.Manifold = tri::Clean<CMesh>::IsComplexManifold(m);
|
||||||
|
|
||||||
// COUNT EDGES
|
// COUNT EDGES
|
||||||
|
|
Loading…
Reference in New Issue