From 648f26a2fc82c4a618d68733f9f3ad6915bae37d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 8 Oct 2023 22:48:40 +0200 Subject: a --- test/dijkstra.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/dijkstra.cpp b/test/dijkstra.cpp index afd2a85a..9b0ee1b6 100644 --- a/test/dijkstra.cpp +++ b/test/dijkstra.cpp @@ -30,7 +30,7 @@ void test_app::test_dijkstra() auto a = astar(); bench_run("Dijkstra", [&] { - a.Dijkstra(w, {}, 0, {{0, 0, 0}, {}}, {{1, 1, 0}, {}}, + a.Dijkstra(w, {}, 0, {{0, 0, 0}, {0, 0}}, {{1, 1, 0}, {7, 9}}, 1*TILE_MAX_DIM*iTILE_SIZE2.x()); }); } -- cgit v1.2.3