Skip to content

Commit fd7c2cb

Browse files
committed
Bug fixed in remove edge
Signed-off-by: Francisco Martin Rico <[email protected]>
1 parent 51fa7b3 commit fd7c2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bica_graph/src/bica_graph/graph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Graph::remove_node(const std::string& node_id)
146146
}
147147
else
148148
{
149-
bdl_it++;
149+
tf_it++;
150150
}
151151
}
152152
}

0 commit comments

Comments
 (0)