state Path::prevPath ref

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2025-06-23 16:08:21 -07:00
parent c5b62b5cc8
commit 72e1c10198
1 changed files with 1 additions and 2 deletions

View File

@ -1276,8 +1276,7 @@ Search::arrivalsChanged(Vertex *vertex,
|| path1->tag(this) != path2->tag(this)
|| !delayEqual(path1->arrival(), path2->arrival())
|| path1->prevEdge(this) != path2->prevEdge(this)
|| path1->prevArc(this) != path2->prevArc(this)
|| path1->prevPath() != path2->prevPath())
|| path1->prevArc(this) != path2->prevArc(this))
return true;
}
return false;