*** empty log message ***

This commit is contained in:
Matthias Bäsken 2001-06-19 14:20:57 +00:00
parent 9b7dc5e731
commit 8921a6dfea
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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();

View File

@ -1,3 +1,3 @@
1.2.2 (15 January 2001)
1.2.3 (19 June 2001)
maintainer: Matthias Baesken <baesken@informatik.uni-trier.de>