diff --git a/src/graph-path-validation.cc b/src/graph-path-validation.cc index 5895694ef8565674d7a062ef942f4a0acdeae40a..5e6c445c24c67c19a6b6add63f3f4783513815e5 100644 --- a/src/graph-path-validation.cc +++ b/src/graph-path-validation.cc @@ -165,7 +165,8 @@ namespace hpp { // edge of the constraint graph. Two option are possible: // - Use the steering method to create a new path and validate it. // - Return a null path. - validPart = path->extract (std::make_pair (oldTR.first,oldTR.first)); + // validPart = path->extract (std::make_pair (oldTR.first,oldTR.first)); + validPart = pathNoCollision; return false; }