Version 2.54 (09 February 2004) [rursu]

- updated headers in examples
This commit is contained in:
Radu Ursu 2004-02-09 21:44:44 +00:00
parent ebd2311e37
commit fa727a6169
4 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,6 @@
Version 2.54 (09 February 2004) [rursu]
- updated headers in examples
2.53 (18 Jan 2004)
- Remove obsolete workaround CGAL_CFG_FUNCTION_OVERLOAD_BUG.
- Rename CH_NO_POSTCONDITIONS to CGAL_CH_NO_POSTCONDITIONS.

View File

@ -1,3 +1,9 @@
// Copyright (c) 2001 Max-Planck-Institute Saarbruecken (Germany).
// All rights reserved.
//
// This file is part of an example program for CGAL. This example
// program may be used, distributed and modified without limitation.
//
// file: examples/Convex_hull_3/dynamic_hull_3_ex.C

View File

@ -1,3 +1,8 @@
// Copyright (c) 2001 Max-Planck-Institute Saarbruecken (Germany).
// All rights reserved.
//
// This file is part of an example program for CGAL. This example
// program may be used, distributed and modified without limitation.
//
// file: examples/Convex_hull_3/incremental_hull_3_ex.C
//

View File

@ -1,3 +1,8 @@
// Copyright (c) 2001 Max-Planck-Institute Saarbruecken (Germany).
// All rights reserved.
//
// This file is part of an example program for CGAL. This example
// program may be used, distributed and modified without limitation.
//
// file: examples/Convex_hull_3/ch_quickhull_3_ex.C
//