From 686ceb3cfad6192ddfa9d174113d68afcb818ab9 Mon Sep 17 00:00:00 2001 From: Rishabh Agarwal <45125121+rishabh-997@users.noreply.github.com> Date: Sun, 16 Aug 2020 22:12:37 +0530 Subject: [PATCH] Update geometry/jarvis_algorithm.cpp Co-authored-by: David Leal --- geometry/jarvis_algorithm.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/geometry/jarvis_algorithm.cpp b/geometry/jarvis_algorithm.cpp index 9a1b4ea8..c0e90688 100644 --- a/geometry/jarvis_algorithm.cpp +++ b/geometry/jarvis_algorithm.cpp @@ -145,6 +145,7 @@ namespace geometry { /** * Test function + * @returns void */ static void test() { std::vector points = {{0, 3}, -- GitLab