mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Fix #3
This commit is contained in:
parent
69b6832b9a
commit
e68ba6c051
@ -60,6 +60,7 @@ struct Point {
|
|||||||
|
|
||||||
// A global point needed for sorting points with reference
|
// A global point needed for sorting points with reference
|
||||||
// to the first point Used in compare function of qsort()
|
// to the first point Used in compare function of qsort()
|
||||||
|
|
||||||
Point p0;
|
Point p0;
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user