Skip to content

Commit cfbf951

Browse files
authored
fix bug in example init
1 parent dd62149 commit cfbf951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/graphs/bridges_cuts/bcc_callback.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
//! for (int v : nodes) {
3535
//! block_vertex_tree[v] += bcc_id;
3636
//! block_vertex_tree[bcc_id] += v;
37-
//! bcc_id++;
3837
//! }
38+
//! bcc_id++;
3939
//! });
4040
//! @endcode
4141
//! callback not called on components with a single node

0 commit comments

Comments
 (0)