mirror of https://github.com/CGAL/cgal
Restored some muted Polyhedron code
This commit is contained in:
parent
8b93570a69
commit
d01bf4d8be
|
|
@ -169,8 +169,9 @@ Polyhedron_demo_polylines_io_plugin::load(QFileInfo fileinfo) {
|
||||||
}
|
}
|
||||||
polylines_metadata << metadata;
|
polylines_metadata << metadata;
|
||||||
if(!metadata.isEmpty()) {
|
if(!metadata.isEmpty()) {
|
||||||
// std::cerr << " (metadata: \"" << qPrintable(metadata) << "\")\n";
|
std::cerr << " (metadata: \"" << qPrintable(metadata) << "\")\n";
|
||||||
} else {
|
} else {
|
||||||
|
std::cerr << "\n";
|
||||||
}
|
}
|
||||||
if(ifs.bad() || ifs.fail()) return 0;
|
if(ifs.bad() || ifs.fail()) return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue