diff --git a/exe/benchmark.cc b/exe/benchmark.cc index 5728360..2f645bd 100644 --- a/exe/benchmark.cc +++ b/exe/benchmark.cc @@ -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(*w.r_, opt.max_dist_, nullptr); } }); }