Skip to content

Commit

Permalink
Update src/thor/timedistancebssmatrix.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Qian authored Aug 9, 2023
1 parent 8b360f4 commit 3adfe0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thor/timedistancebssmatrix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void TimeDistanceBSSMatrix::Expand(GraphReader& graphreader,
const DirectedEdge* opp_edge = nullptr;
if (!FORWARD) {
// Get opposing edge Id and end node tile
t2 =directededge->leaves_tile() ? graphreader.GetGraphTile(directededge->endnode()) : tile;
t2 = directededge->leaves_tile() ? graphreader.GetGraphTile(directededge->endnode()) : tile;
if (t2 == nullptr) {
continue;
}
Expand Down

0 comments on commit 3adfe0c

Please sign in to comment.