mirror of https://github.com/CGAL/cgal
Remove code that was commented by error
This commit is contained in:
parent
e886578bbd
commit
bdba73f16b
|
|
@ -163,7 +163,7 @@ BOOST_concept(MutableFaceGraph,(G))
|
|||
set_face(h, f, g);
|
||||
set_halfedge(f, h, g);
|
||||
int i=33;
|
||||
//reserve(g, i, i, i);
|
||||
reserve(g, i, i, i);
|
||||
}
|
||||
G g;
|
||||
typename boost::graph_traits<G>::face_descriptor f;
|
||||
|
|
|
|||
Loading…
Reference in New Issue