mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-08 15:14:01 +08:00
Fix #3
This commit is contained in:
@@ -60,6 +60,7 @@ struct Point {
|
||||
|
||||
// A global point needed for sorting points with reference
|
||||
// to the first point Used in compare function of qsort()
|
||||
|
||||
Point p0;
|
||||
|
||||
/******************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user