Update geometry/graham_scan_algorithm.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Lajat5
2021-11-04 10:48:02 +05:30
committed by GitHub
parent 17a2e85b88
commit 20f80fcc80

View File

@@ -43,7 +43,7 @@
* @brief Self-test implementations
* @returns void
*******************************************************************************/
void test() {
static void test() {
std::vector<geometry::grahamscan::Point> points = {{0, 3},
{1, 1},
{2, 2},