mirror of https://github.com/CGAL/cgal
*** empty log message ***
This commit is contained in:
parent
9b7dc5e731
commit
8921a6dfea
|
|
@ -1,3 +1,6 @@
|
|||
1.2.3 (30 June 2001)
|
||||
- CGALarr demo: clear function called now instead of assigning empty arrangement
|
||||
|
||||
1.2.2 (30 January 2001)
|
||||
- manual change (needed for html conversion)
|
||||
- some demo programs were changed
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@ public:
|
|||
void update(const CGALSegmentlist& L, CGALSegmentlist& Sl)
|
||||
{
|
||||
// clear Arrangement
|
||||
arr = Arr_2();
|
||||
arr.clear();
|
||||
|
||||
// insert segments ...
|
||||
CGALSegmentlist::const_iterator it1= L.begin();
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
1.2.2 (15 January 2001)
|
||||
1.2.3 (19 June 2001)
|
||||
maintainer: Matthias Baesken <baesken@informatik.uni-trier.de>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue