mirror of https://github.com/CGAL/cgal
- Remove warning.
This commit is contained in:
parent
eaf6094b0e
commit
3363fb162e
|
|
@ -63,9 +63,8 @@ typedef Triangulation::Locate_type Locate_type;
|
|||
|
||||
typedef Gt::Point_3 Point;
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
int main()
|
||||
{
|
||||
|
||||
Triangulation T;
|
||||
|
||||
// insertion from a list :
|
||||
|
|
|
|||
Loading…
Reference in New Issue