mirror of https://github.com/CGAL/cgal
Fixes in Periodic_2/3
This commit is contained in:
parent
1440e46c2c
commit
33c05d40c2
|
|
@ -67,7 +67,7 @@ public:
|
|||
/*!
|
||||
A type representing an
|
||||
axis-aligned rectangle. It must be a model of
|
||||
`Kernel::Iso_rectangle_2`.
|
||||
`Kernel::IsoRectangle_2`.
|
||||
*/
|
||||
typedef unspecified_type Iso_rectangle_2;
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ typedef unspecified_type Periodic_3_offset_3;
|
|||
|
||||
/*!
|
||||
A type representing an axis-aligned
|
||||
cuboid. It must be a model of `Kernel::Iso_cuboid_3`.
|
||||
cuboid. It must be a model of `Kernel::IsoCuboid_3`.
|
||||
*/
|
||||
typedef unspecified_type Iso_cuboid_3;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue