Opened 21 years ago
Closed 21 years ago
#40 closed Bugs (Fixed)
dijkstra_shortest_paths() loops
Reported by: | nobody | Owned by: | jsiek |
---|---|---|---|
Milestone: | Component: | graph | |
Version: | None | Severity: | |
Keywords: | Cc: |
Description
v 1.26.0 dijkstra_shortest_paths() calls itself instead of calling dijkstra_shortest_paths_no_init() after initialisation. Also dijkstra_shortest_paths_no_init() has init arguments that are not used causing unecessary compiler warnings. Bill Somerville.
Note:
See TracTickets
for help on using tickets.