From 03e2544d50b73a56907694fc45cb82ad11c74a95 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Thu, 12 Aug 2021 09:07:47 -0500 Subject: Use real_t and double where appropriate in Particles --- tests/test_astar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_astar.h b/tests/test_astar.h index 12664a5ff1..137c477946 100644 --- a/tests/test_astar.h +++ b/tests/test_astar.h @@ -63,7 +63,7 @@ public: } // Disable heuristic completely. - float _compute_cost(int p_from, int p_to) { + real_t _compute_cost(int p_from, int p_to) { if (p_from == A && p_to == C) { return 1000; } -- cgit v1.2.3