*** empty log message ***

This commit is contained in:
Andreas Fabri 2003-09-26 13:50:41 +00:00
parent b63b10e1f2
commit 51a7ad79f9
4 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,6 @@
2.26(26 September 2003) [af]
- Added maintainer
2.24 (23 September 2003) [af]
- Made the code independent from K::Point.x()/y()/dimension()

View File

@ -1,3 +1,6 @@
2.17 (26 September 2003) [af]
- Added maintainer
2.15 (18 September 2003) [af]
- Some testsuite files included the wrong header file

View File

@ -1,5 +1,9 @@
Kernel_d Package: Release changes
----------------------------------------------------------------------
0.100 (26 September 2003)
- Added maintainer
0.99 (26 September 2003)
- New file headers.

View File

@ -69,13 +69,13 @@ public:
typedef CGAL::Hyperplane_d<Self> Hyperplane_d;
typedef CGAL::Aff_transformation_d<Self> Aff_transformation_d;
typedef Point_d_base::Cartesian_const_iterator Cartesian_const_iterator_d;
typedef typename Point_d_base::Cartesian_const_iterator Cartesian_const_iterator_d;
template <typename K>
class Construct_Cartesian_const_iterator
{
typedef typename K::Point_d Point_d;
typedef typename K::Cartesian_const_iterator Cartesian_const_iterator_d;
typedef typename K::Cartesian_const_iterator_d Cartesian_const_iterator_d;
public:
typedef Cartesian_const_iterator_d result_type;