Remove code that was commented by error

This commit is contained in:
Guillaume Damiand 2017-03-22 17:46:39 -04:00
parent e886578bbd
commit bdba73f16b
1 changed files with 1 additions and 1 deletions

View File

@ -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;