Skip to content

Commit 48c462b

Browse files
committed
Change in CDTplus
1 parent 2a513a0 commit 48c462b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Triangulation_2/include/CGAL/Constrained_triangulation_plus_2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ Default::Get< Tr_, Constrained_Delaunay_triangulation_2<
633633
file_output(std::ostream& os) const
634634
{
635635
os << static_cast<const Tr&>(*this);
636-
Unique_hash_map<Vertex_handle,int> V;
636+
Unique_hash_map<Vertex_handle,int> V(0, number_of_vertices());
637637
int inum = 0;
638638
for(Vertex_iterator vit = vertices_begin(); vit != vertices_end() ; ++vit){
639639
if(! is_infinite(vit)){

0 commit comments

Comments
 (0)