Opened 17 years ago
Closed 13 years ago
#575 closed Bugs (fixed)
Calling subgraph::global_to_local on a root graph
Reported by: | nobody | Owned by: | jsiek |
---|---|---|---|
Milestone: | Component: | graph | |
Version: | None | Severity: | |
Keywords: | Cc: |
Description
When g is a root subgraph, then g.global_to_local(g.local_to_global(v)) will cause an error. In Fact, the mapping m_local_vertex is not maintained for root subgraphs, so global_to_local and find_vertex would not work correctly. Thanks for fixing it.
Note:
See TracTickets
for help on using tickets.
(In [57911]) Changed several functions to work on root subgraphs; fixes #575