mirror of https://github.com/CGAL/cgal
*** empty log message ***
This commit is contained in:
parent
b63b10e1f2
commit
51a7ad79f9
|
|
@ -1,3 +1,6 @@
|
||||||
|
2.26(26 September 2003) [af]
|
||||||
|
- Added maintainer
|
||||||
|
|
||||||
2.24 (23 September 2003) [af]
|
2.24 (23 September 2003) [af]
|
||||||
- Made the code independent from K::Point.x()/y()/dimension()
|
- Made the code independent from K::Point.x()/y()/dimension()
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
2.17 (26 September 2003) [af]
|
||||||
|
- Added maintainer
|
||||||
|
|
||||||
2.15 (18 September 2003) [af]
|
2.15 (18 September 2003) [af]
|
||||||
- Some testsuite files included the wrong header file
|
- Some testsuite files included the wrong header file
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,9 @@
|
||||||
Kernel_d Package: Release changes
|
Kernel_d Package: Release changes
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
0.100 (26 September 2003)
|
||||||
|
- Added maintainer
|
||||||
|
|
||||||
0.99 (26 September 2003)
|
0.99 (26 September 2003)
|
||||||
- New file headers.
|
- New file headers.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -69,13 +69,13 @@ public:
|
||||||
typedef CGAL::Hyperplane_d<Self> Hyperplane_d;
|
typedef CGAL::Hyperplane_d<Self> Hyperplane_d;
|
||||||
typedef CGAL::Aff_transformation_d<Self> Aff_transformation_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>
|
template <typename K>
|
||||||
class Construct_Cartesian_const_iterator
|
class Construct_Cartesian_const_iterator
|
||||||
{
|
{
|
||||||
typedef typename K::Point_d Point_d;
|
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:
|
public:
|
||||||
typedef Cartesian_const_iterator_d result_type;
|
typedef Cartesian_const_iterator_d result_type;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue