Update geometry/jarvis_algorithm.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Rishabh Agarwal 2020-08-16 22:12:37 +05:30 committed by GitHub
parent e59559af0f
commit 686ceb3cfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,6 +145,7 @@ namespace geometry {
/** /**
* Test function * Test function
* @returns void
*/ */
static void test() { static void test() {
std::vector<geometry::Point> points = {{0, 3}, std::vector<geometry::Point> points = {{0, 3},