From c19e394e21ecbbf66efbd347e44bf9c25891246c Mon Sep 17 00:00:00 2001 From: maxcorsini Date: Wed, 21 Dec 2005 13:26:58 +0000 Subject: [PATCH] Re-add save xml feature --- apps/trimeshinfo/trimeshinfo.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/apps/trimeshinfo/trimeshinfo.cpp b/apps/trimeshinfo/trimeshinfo.cpp index bc944181..066f6a2a 100644 --- a/apps/trimeshinfo/trimeshinfo.cpp +++ b/apps/trimeshinfo/trimeshinfo.cpp @@ -24,6 +24,10 @@ History $Log: not supported by cvs2svn $ +Revision 1.26 2005/12/21 13:10:10 corsini +Move duplicated vertices routine +Modify genus computation call + Revision 1.25 2005/12/20 14:44:10 corsini Modify html table @@ -672,8 +676,8 @@ int main(int argc, char ** argv) // Save mesh information in XML format if(XmlFlag) - printf(" This feature will be available soon.\n\n"); - //SaveXMLInfo(mi); + //printf(" This feature will be available soon.\n\n"); + SaveXMLInfo(mi); // Save mesh information in HTML format if (HtmlFlag)