mirror of https://github.com/CGAL/cgal
Fixing authors and comments
This commit is contained in:
parent
25097caed9
commit
de9b9d42f6
|
|
@ -4,18 +4,12 @@
|
||||||
// $URL$
|
// $URL$
|
||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
// Authors : Monique Teillaud, Sylvain Pion, Radu Ursu
|
// Authors : Monique Teillaud, Sylvain Pion, Pedro Machado, Radu Ursu
|
||||||
//
|
//
|
||||||
// Partially supported by the IST Programme of the EU as a Shared-cost
|
// Partially supported by the IST Programme of the EU as a Shared-cost
|
||||||
// RTD (FET Open) Project under Contract No IST-2000-26473
|
// RTD (FET Open) Project under Contract No IST-2000-26473
|
||||||
// (CGAL - Effective Computational Geometry for Curves and Surfaces)
|
// (CGAL - Effective Computational Geometry for Curves and Surfaces)
|
||||||
|
|
||||||
// TODO :
|
|
||||||
// - Add the possibility to input full circles.
|
|
||||||
// - locate the cell containing a point.
|
|
||||||
// - Move more basic IO routines in include/CGAL/IO/
|
|
||||||
// - File menu
|
|
||||||
|
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/basic.h>
|
||||||
|
|
||||||
// if QT is not installed, a message will be issued at runtime.
|
// if QT is not installed, a message will be issued at runtime.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue