... | ... |
@@ -1410,12 +1410,13 @@ |
1410 | 1410 |
Arc e; |
1411 | 1411 |
_digraph->firstOut(e, s); |
1412 | 1412 |
if (e != INVALID) { |
1413 | 1413 |
_stack[++_stack_head] = e; |
1414 | 1414 |
} else { |
1415 | 1415 |
_visitor->leave(s); |
1416 |
_visitor->stop(s); |
|
1416 | 1417 |
} |
1417 | 1418 |
} |
1418 | 1419 |
} |
1419 | 1420 |
|
1420 | 1421 |
/// \brief Processes the next arc. |
1421 | 1422 |
/// |
0 comments (0 inline)