diff --git a/apps/trimeshinfo/trimeshinfo.cpp b/apps/trimeshinfo/trimeshinfo.cpp index d95017d4..f2839a7f 100644 --- a/apps/trimeshinfo/trimeshinfo.cpp +++ b/apps/trimeshinfo/trimeshinfo.cpp @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.12 2005/11/16 16:45:51 rita_borgo +Minor changes + Revision 1.11 2005/11/16 15:59:46 cignoni Changed name of the component from to @@ -85,12 +88,11 @@ Added Standard comments using namespace std; -#include #include - #include #include #include +#include #include #include @@ -99,20 +101,19 @@ using namespace std; #include #include -#include #include + +#include #include +#include #include "XMLTree.h" #include #include "defs.h" -//#include "trimeshtype.h" using namespace std; using namespace vcg; -//using namespace tri; -//using namespace face; class CFace; @@ -295,8 +296,9 @@ int main(int argc,char ** argv) // UNREFERENCED VERTEX mi.count_uv = tri::Clean::DetectUnreferencedVertex(m); + tri::UpdateFlags::Clear(m); + // IS MANIFOLD - tri::Clean::Initialize(m); mi.Manifold = tri::Clean::IsComplexManifold(m); // COUNT EDGES