mirror of https://github.com/CGAL/cgal
Merge pull request #6 from lrineau/Polyhedron_fix_export_c3t3_to_polygon_soup-lrineau
Fix the output of a c3t3 to a polygon soup
This commit is contained in:
commit
634dcc8259
|
|
@ -288,6 +288,7 @@ public slots:
|
|||
if(!item->load(off_sstream))
|
||||
{
|
||||
delete item;
|
||||
off_sstream.clear();
|
||||
off_sstream.str(backup);
|
||||
|
||||
// Try to read .off in a polygon soup
|
||||
|
|
|
|||
Loading…
Reference in New Issue