Re-add save xml feature

This commit is contained in:
Massimiliano Corsini 2005-12-21 13:26:58 +00:00
parent 276c9d8300
commit c19e394e21
1 changed files with 6 additions and 2 deletions

View File

@ -24,6 +24,10 @@
History History
$Log: not supported by cvs2svn $ $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 Revision 1.25 2005/12/20 14:44:10 corsini
Modify html table Modify html table
@ -672,8 +676,8 @@ int main(int argc, char ** argv)
// Save mesh information in XML format // Save mesh information in XML format
if(XmlFlag) if(XmlFlag)
printf(" This feature will be available soon.\n\n"); //printf(" This feature will be available soon.\n\n");
//SaveXMLInfo(mi); SaveXMLInfo(mi);
// Save mesh information in HTML format // Save mesh information in HTML format
if (HtmlFlag) if (HtmlFlag)