Skip to content

Commit aba5e73

Browse files
committed
fix
1 parent bb44b02 commit aba5e73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library/graphs/bridges_cuts/bcc_callback.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
//! }
3131
//! }
3232
//!
33-
//! vector<basic_string<int>> adj(n), block_vertex_tree(2 * n);
33+
//! vector<basic_string<int>> adj(n);
34+
//! vector<basic_string<int>> block_vertex_tree(2 * n);
3435
//! int bcc_id = n;
3536
//! bcc_callback(adj, [&](const vi& nodes) {
3637
//! for (int v : nodes) {

0 commit comments

Comments
 (0)