no message

This commit is contained in:
mkazhdan
2018-10-08 10:27:59 -04:00
parent a2a19494a4
commit 4cbbb6e1cf
18 changed files with 144 additions and 18 deletions
+3
View File
@@ -366,6 +366,9 @@ int Execute( void )
sprintf( comments[commentNum++] , "#Trimmed In: %9.1f (s)" , Time()-t );
if( Out.set ) PlyWritePolygons< Vertex >( Out.value , vertices , gtPolygons , Vertex::PlyWriteProperties() , Vertex::PlyWriteNum , ft , &comments[0] , (int)comments.size() );
for( int i=0 ; i<comments.size() ; i++ ) delete[] comments[i];
delete[] _comments;
return EXIT_SUCCESS;
}
int main( int argc , char* argv[] )