Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libs/librrgraph/src/base/rr_graph_builder.h
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ class RRGraphBuilder {
* This method does not preserve the order of edges. If you're
* calling it after partition_edges has been called, you will
* need to call partition_edges again.
* This operation is O(#RR Graph edges) and should not be called frequently.
* This operation is O(#Edges to be removed) and should not be called frequently.
*
* @param rr_edges_to_remove list of RREdgeIds to be removed
*/
Expand Down
2 changes: 1 addition & 1 deletion libs/librrgraph/src/base/rr_graph_storage.h
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ class t_rr_graph_storage {
* This method does not preserve the order of edges. If you're
* calling it after partition_edges has been called, you will
* need to call partition_edges again.
* This operation is O(#RR Graph edges) and should not be called frequently.
* This operation is O(#Edges to be removed) and should not be called frequently.
*
* @param rr_edges_to_remove list of RREdgeIds to be removed
*/
Expand Down