mirror of https://github.com/CGAL/cgal
cleanup
This commit is contained in:
parent
1042f23791
commit
232106a39d
|
|
@ -413,7 +413,7 @@ user might encounter.
|
||||||
- `CGAL::Seam_mesh`
|
- `CGAL::Seam_mesh`
|
||||||
|
|
||||||
## I/O Functions ##
|
## I/O Functions ##
|
||||||
- `CGAL::read_off()`
|
- \link template <typename FaceGraph> CGAL::read_off(std::istream& is,FaceGraph& g) `CGAL::read_off(std::istream& is,FaceGraph& g)`\endlink
|
||||||
- `CGAL::write_off()`
|
- `CGAL::write_off()`
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,6 @@
|
||||||
#include <CGAL/circulator.h>
|
#include <CGAL/circulator.h>
|
||||||
#include <CGAL/assertions.h>
|
#include <CGAL/assertions.h>
|
||||||
#include <CGAL/Surface_mesh/Surface_mesh_fwd.h>
|
#include <CGAL/Surface_mesh/Surface_mesh_fwd.h>
|
||||||
#include <CGAL/Surface_mesh/IO.h>
|
|
||||||
#include <CGAL/Surface_mesh/Properties.h>
|
#include <CGAL/Surface_mesh/Properties.h>
|
||||||
#include <CGAL/boost/graph/graph_traits_Surface_mesh.h>
|
#include <CGAL/boost/graph/graph_traits_Surface_mesh.h>
|
||||||
#include <CGAL/boost/graph/copy_face_graph.h>
|
#include <CGAL/boost/graph/copy_face_graph.h>
|
||||||
|
|
@ -2098,7 +2097,7 @@ private: //------------------------------------------------------- private data
|
||||||
{
|
{
|
||||||
std::cout<< "Warning: Facets don't seem to be oriented. Loading a Soup of polygons instead."<<std::endl;
|
std::cout<< "Warning: Facets don't seem to be oriented. Loading a Soup of polygons instead."<<std::endl;
|
||||||
sm.clear();
|
sm.clear();
|
||||||
return is.good();
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// the first face will tell us if faces have a color map
|
// the first face will tell us if faces have a color map
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue