Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Jul 19, 2024
1 parent 4ed234b commit f0533a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exe/benchmark.cc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ int main(int argc, char const* argv[]) {
d.reset(opt.max_dist_);
d.add_start(car::label{car::node{start, 0, direction::kForward}, 0U});
d.add_start(car::label{car::node{start, 0, direction::kBackward}, 0U});
d.run(*w.r_, opt.max_dist_, direction::kForward);
d.run<direction::kForward, false>(*w.r_, opt.max_dist_, nullptr);
}
});
}
Expand Down

0 comments on commit f0533a6

Please sign in to comment.