gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Bugfix in DfsVisit (the same fix as in [9afe81e4c543] for the main br.) #61 - The stop() must be called in DfsVisit if there are no outgoing arcs from the newly added node
0 1 0
1.0
1 file changed with 1 insertions and 0 deletions:
↑ Collapse diff ↑
Show white space 6 line context
... ...
@@ -1415,2 +1415,3 @@
1415 1415
            _visitor->leave(s);
1416
            _visitor->stop(s);
1416 1417
          }
0 comments (0 inline)