mirror of https://github.com/CGAL/cgal
*** empty log message ***
This commit is contained in:
parent
7f3c104779
commit
81411ab940
|
|
@ -5,7 +5,7 @@
|
|||
# Choose the right include file from the <cgalroot>/make directory.
|
||||
|
||||
# pour purify, virer LEDA
|
||||
CGAL_MAKEFILE = /0/prisme_util/CGAL/CGAL-2.2-I-26/make/makefile_sparc_SunOS-5.6_g++-2.95.2_LEDA
|
||||
#CGAL_MAKEFILE = /0/prisme_util/CGAL/CGAL-2.2-I-26/make/makefile_sparc_SunOS-5.6_g++-2.95.2_LEDA
|
||||
#CGAL_MAKEFILE = /0/prisme_util/CGAL/CGAL-I/make/makefile_i686_Linux-2.2.7_g++-2.95.1_LEDA
|
||||
include $(CGAL_MAKEFILE)
|
||||
|
||||
|
|
|
|||
|
|
@ -101,8 +101,8 @@ _test_circulator( const Triangulation &T )
|
|||
// } while (cc != cc0);
|
||||
// }
|
||||
|
||||
std::set<Cell*, std::less<Cell*> > cells ;
|
||||
std::set<Vertex*, std::less<Vertex*> > vertices ;
|
||||
std::set<Cell_handle, std::less<Cell_handle> > cells ;
|
||||
std::set<Vertex_handle, std::less<Vertex_handle> > vertices ;
|
||||
|
||||
Vertex_iterator vit;
|
||||
// for (vit=T.all_vertices_begin(); vit!=T.vertices_end() ; vit++)
|
||||
|
|
|
|||
Loading…
Reference in New Issue