mirror of https://github.com/CGAL/cgal
Version 2.54 (09 February 2004) [rursu]
- updated headers in examples
This commit is contained in:
parent
ebd2311e37
commit
fa727a6169
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
//
|
||||
|
|
|
|||
|
|
@ -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
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in New Issue