mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-10 22:15:57 +08:00
Update geometry/graham_scan_algorithm.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user