changeset 237 | 7fb8b67d2c5e |
parent 226 | 616bc397c83a |
child 369 | dc9c19f4ca9a |
1:46d09a6d7446 | 2:5ef48abed30a |
---|---|
403 _last = P._last; |
403 _last = P._last; |
404 } |
404 } |
405 } |
405 } |
406 } |
406 } |
407 |
407 |
408 |
|
409 template<typename Gr> |
408 template<typename Gr> |
410 Path<Gr>::Path(const Path &P, const NodeIt &a, const NodeIt &b) : |
409 Path<Gr>::Path(const Path &P, const NodeIt &a, const NodeIt &b) : |
411 G(P.G) |
410 G(P.G) |
412 { |
411 { |
413 if( !P.valid(a) || !P.valid(b) ) |
412 if( !P.valid(a) || !P.valid(b) ) |