0
3
0
... | ... |
@@ -404,6 +404,6 @@ |
404 | 404 |
} else { |
405 |
b = g. |
|
405 |
b = g.u(e) == u; |
|
406 | 406 |
g.nextInc(e, b); |
407 | 407 |
} |
408 |
while (e != INVALID && (b ? g. |
|
408 |
while (e != INVALID && (b ? g.v(e) : g.u(e)) != v) { |
|
409 | 409 |
g.nextInc(e, b); |
... | ... |
@@ -417,3 +417,3 @@ |
417 | 417 |
} |
418 |
while (e != INVALID && (!b || g. |
|
418 |
while (e != INVALID && (!b || g.v(e) != v)) { |
|
419 | 419 |
g.nextInc(e, b); |
... | ... |
@@ -457,3 +457,3 @@ |
457 | 457 |
/// |
458 |
///\sa |
|
458 |
///\sa ConEdgeIt |
|
459 | 459 |
|
... | ... |
@@ -506,4 +506,4 @@ |
506 | 506 |
ConEdgeIt& operator++() { |
507 |
Parent::operator=(findEdge(_graph, _graph.source(*this), |
|
508 |
_graph.target(*this), *this)); |
|
507 |
Parent::operator=(findEdge(_graph, _graph.u(*this), |
|
508 |
_graph.v(*this), *this)); |
|
509 | 509 |
return *this; |
0 comments (0 inline)